-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_client.json
142 lines (142 loc) · 4.15 KB
/
test_client.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"clientId": "test_client",
"name": "openId test client",
"description": "",
"rootUrl": "",
"adminUrl": "",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": true,
"clientAuthenticatorType": "client-secret",
"secret": "6ZyOGaalxmk0NIZCg9w81lIU9bxnDL4P",
"redirectUris": [
"http://localhost:4430/signin-oidc"
],
"webOrigins": [
"/*"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": true,
"authorizationServicesEnabled": true,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oidc.ciba.grant.enabled": "false",
"client.secret.creation.time": "1704294035",
"backchannel.logout.session.required": "true",
"login_theme": "keycloak",
"post.logout.redirect.uris": "/*",
"oauth2.device.authorization.grant.enabled": "false",
"display.on.consent.screen": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"frontchannel.logout.url": "",
"backchannel.logout.url": "",
"logoUri": "",
"policyUri": "",
"tosUri": "",
"access.token.signed.response.alg": "",
"id.token.signed.response.alg": "",
"id.token.encrypted.response.alg": "",
"id.token.encrypted.response.enc": "",
"user.info.response.signature.alg": "",
"user.info.encrypted.response.alg": "",
"user.info.encrypted.response.enc": "",
"request.object.signature.alg": "",
"request.object.encryption.alg": "",
"request.object.encryption.enc": "",
"request.object.required": "",
"authorization.signed.response.alg": "",
"authorization.encrypted.response.alg": "",
"authorization.encrypted.response.enc": "",
"exclude.session.state.from.auth.response": "",
"exclude.issuer.from.auth.response": "",
"use.refresh.tokens": "true",
"client_credentials.use_refresh_token": "false",
"token.response.type.bearer.lower-case": "false",
"access.token.lifespan": "",
"client.session.idle.timeout": "",
"client.session.max.lifespan": "",
"client.offline.session.idle.timeout": "",
"client.offline.session.max.lifespan": "",
"tls.client.certificate.bound.access.tokens": false,
"pkce.code.challenge.method": "",
"require.pushed.authorization.requests": "false",
"acr.loa.map": "{}"
},
"authenticationFlowBindingOverrides": {
"browser": "",
"direct_grant": ""
},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"protocolMappers": [
{
"name": "Client Host",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "clientHost",
"introspection.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "clientHost",
"jsonType.label": "String"
}
},
{
"name": "Client ID",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "client_id",
"introspection.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "client_id",
"jsonType.label": "String"
}
},
{
"name": "Client IP Address",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "clientAddress",
"introspection.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "clientAddress",
"jsonType.label": "String"
}
}
],
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"openid",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}