-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient-example.json
More file actions
86 lines (86 loc) · 2.54 KB
/
Copy pathclient-example.json
File metadata and controls
86 lines (86 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"redirect_uris": [
"https://client.example.org/cb"
],
"claims_redirect_uri": [
"string"
],
"response_types": [
"string"
],
"grant_types": [
"string"
],
"contacts": [
"string"
],
"client_name": "string",
"logo_uri": "string",
"client_uri": "string",
"policy_uri": "string",
"tos_uri": "string",
"jwks_uri": "string",
"jwks": "{ \"keys\" : [ { \"e\" : \"AQAB\", \"n\" : \"gmlDX_mgMcHX..\" ] }",
"sector_identifier_uri": "string",
"subject_type": "string",
"rpt_as_jwt": true,
"access_token_as_jwt": true,
"access_token_signing_alg": "string",
"id_token_signed_response_alg": "string",
"id_token_encrypted_response_alg": "string",
"id_token_encrypted_response_enc": "string",
"userinfo_signed_response_alg": "string",
"userinfo_encrypted_response_alg": "string",
"userinfo_encrypted_response_enc": "string",
"request_object_signing_alg": "string",
"request_object_encryption_alg": "string",
"request_object_encryption_enc": "string",
"token_endpoint_auth_method": "string",
"token_endpoint_auth_signing_alg": "string",
"default_max_age": 1000000,
"require_auth_time": true,
"default_acr_values": [
"string"
],
"initiate_login_uri": "string",
"post_logout_redirect_uris": [
"https://client.example.org/logout/page1",
"https://client.example.org/logout/page2",
"https://client.example.org/logout/page3"
],
"frontchannel_logout_uri": "string",
"frontchannel_logout_session_required": true,
"backchannel_logout_uri": "string",
"backchannel_logout_session_required": true,
"request_uris": [
"string"
],
"claims": "string",
"id_token_token_binding_cnf": "string",
"tls_client_auth_subject_dn": "string",
"allow_spontaneous_scopes": false,
"spontaneous_scopes": [
"string"
],
"run_introspection_script_before_access_token_as_jwt_creation_and_include_claims": true,
"keep_client_authorization_after_expiration": true,
"scope": [
"openid"
],
"authorized_origins": [
"string"
],
"access_token_lifetime": 100000000,
"par_lifetime": 600,
"require_pushed_authorization_requests": true,
"software_id": "4NRB1-0XZABZI9E6-5SM3R",
"software_version": "2.1",
"software_statement": "string",
"backchannel_token_delivery_mode": "push, poll, ping",
"backchannel_client_notification_endpoint": "string",
"backchannel_authentication_request_signing_alg": "string",
"backchannel_user_code_parameter": true,
"additional_audience": [
"string"
]
}