|
39 | 39 | "containerId" : "che" |
40 | 40 | } ], |
41 | 41 | "client" : { |
42 | | - "che" : [ ], |
43 | 42 | "che-public" : [ ] |
44 | 43 | } |
45 | 44 | }, |
|
53 | 52 | "otpPolicyLookAheadWindow" : 1, |
54 | 53 | "otpPolicyPeriod" : 30, |
55 | 54 | "clients" : [ { |
56 | | - "id" : "d64c54cb-dbcc-43d7-9ae4-909d1725d976", |
57 | | - "clientId" : "che", |
58 | | - "rootUrl" : "", |
59 | | - "surrogateAuthRequired" : false, |
60 | | - "enabled" : true, |
61 | | - "clientAuthenticatorType" : "client-secret", |
62 | | - "secret" : "2c1b2621-d251-4701-82c4-a7dd447faa97", |
63 | | - "redirectUris" : [ "*" ], |
64 | | - "webOrigins" : [ "*" ], |
65 | | - "notBefore" : 0, |
66 | | - "bearerOnly" : false, |
67 | | - "consentRequired" : false, |
68 | | - "standardFlowEnabled" : true, |
69 | | - "implicitFlowEnabled" : false, |
70 | | - "directAccessGrantsEnabled" : true, |
71 | | - "serviceAccountsEnabled" : false, |
72 | | - "publicClient" : false, |
73 | | - "frontchannelLogout" : false, |
74 | | - "protocol" : "openid-connect", |
75 | | - "attributes" : { |
76 | | - "saml.assertion.signature" : "false", |
77 | | - "saml.force.post.binding" : "false", |
78 | | - "saml.multivalued.roles" : "false", |
79 | | - "saml.encrypt" : "false", |
80 | | - "saml_force_name_id_format" : "false", |
81 | | - "saml.client.signature" : "false", |
82 | | - "saml.authnstatement" : "false", |
83 | | - "saml.server.signature" : "false", |
84 | | - "saml.server.signature.keyinfo.ext" : "false", |
85 | | - "saml.onetimeuse.condition" : "false" |
86 | | - }, |
87 | | - "fullScopeAllowed" : true, |
88 | | - "nodeReRegistrationTimeout" : -1, |
89 | | - "protocolMappers" : [ { |
90 | | - "id" : "f94a3cb9-7da0-441b-8dcb-7b4d091f51cb", |
91 | | - "name" : "full name", |
92 | | - "protocol" : "openid-connect", |
93 | | - "protocolMapper" : "oidc-full-name-mapper", |
94 | | - "consentRequired" : true, |
95 | | - "consentText" : "${fullName}", |
96 | | - "config" : { |
97 | | - "id.token.claim" : "true", |
98 | | - "access.token.claim" : "true", |
99 | | - "userinfo.token.claim" : "true" |
100 | | - } |
101 | | - }, { |
102 | | - "id" : "04ba17f0-fd2d-44f5-b2fc-e05439b57f86", |
103 | | - "name" : "role list", |
104 | | - "protocol" : "saml", |
105 | | - "protocolMapper" : "saml-role-list-mapper", |
106 | | - "consentRequired" : false, |
107 | | - "config" : { |
108 | | - "single" : "false", |
109 | | - "attribute.nameformat" : "Basic", |
110 | | - "attribute.name" : "Role" |
111 | | - } |
112 | | - }, { |
113 | | - "id" : "e029b6de-ce4b-4980-bb95-0508474220a7", |
114 | | - "name" : "username", |
115 | | - "protocol" : "openid-connect", |
116 | | - "protocolMapper" : "oidc-usermodel-property-mapper", |
117 | | - "consentRequired" : true, |
118 | | - "consentText" : "${username}", |
119 | | - "config" : { |
120 | | - "userinfo.token.claim" : "true", |
121 | | - "user.attribute" : "username", |
122 | | - "id.token.claim" : "true", |
123 | | - "access.token.claim" : "true", |
124 | | - "claim.name" : "preferred_username", |
125 | | - "jsonType.label" : "String" |
126 | | - } |
127 | | - }, { |
128 | | - "id" : "725ecaa1-27ae-4cb2-aaed-f355e8273007", |
129 | | - "name" : "family name", |
130 | | - "protocol" : "openid-connect", |
131 | | - "protocolMapper" : "oidc-usermodel-property-mapper", |
132 | | - "consentRequired" : true, |
133 | | - "consentText" : "${familyName}", |
134 | | - "config" : { |
135 | | - "userinfo.token.claim" : "true", |
136 | | - "user.attribute" : "lastName", |
137 | | - "id.token.claim" : "true", |
138 | | - "access.token.claim" : "true", |
139 | | - "claim.name" : "family_name", |
140 | | - "jsonType.label" : "String" |
141 | | - } |
142 | | - }, { |
143 | | - "id" : "062088af-742f-47e2-a85b-6981a9a2e657", |
144 | | - "name" : "email", |
145 | | - "protocol" : "openid-connect", |
146 | | - "protocolMapper" : "oidc-usermodel-property-mapper", |
147 | | - "consentRequired" : true, |
148 | | - "consentText" : "${email}", |
149 | | - "config" : { |
150 | | - "userinfo.token.claim" : "true", |
151 | | - "user.attribute" : "email", |
152 | | - "id.token.claim" : "true", |
153 | | - "access.token.claim" : "true", |
154 | | - "claim.name" : "email", |
155 | | - "jsonType.label" : "String" |
156 | | - } |
157 | | - }, { |
158 | | - "id" : "df30381f-b746-4d23-93f8-2e8faa34245b", |
159 | | - "name" : "given name", |
160 | | - "protocol" : "openid-connect", |
161 | | - "protocolMapper" : "oidc-usermodel-property-mapper", |
162 | | - "consentRequired" : true, |
163 | | - "consentText" : "${givenName}", |
164 | | - "config" : { |
165 | | - "userinfo.token.claim" : "true", |
166 | | - "user.attribute" : "firstName", |
167 | | - "id.token.claim" : "true", |
168 | | - "access.token.claim" : "true", |
169 | | - "claim.name" : "given_name", |
170 | | - "jsonType.label" : "String" |
171 | | - } |
172 | | - } ], |
173 | | - "useTemplateConfig" : false, |
174 | | - "useTemplateScope" : false, |
175 | | - "useTemplateMappers" : false |
176 | | - }, { |
177 | 55 | "id" : "40162c8f-5c44-4b61-91cf-a6eac6b9e61a", |
178 | 56 | "clientId" : "che-public", |
179 | 57 | "surrogateAuthRequired" : false, |
|
0 commit comments