|
158 | 158 | ] |
159 | 159 | }, |
160 | 160 | "clients": [ |
161 | | - { |
162 | | - "id": "18893fbb-8252-4aaa-bc9b-60799ceb9932", |
163 | | - "clientId": "account-console", |
164 | | - "name": "${client_account-console}", |
165 | | - "rootUrl": "${authBaseUrl}", |
166 | | - "baseUrl": {{ printf "/realms/%s/account" .Values.namespace | quote }}, |
167 | | - "surrogateAuthRequired": false, |
168 | | - "enabled": true, |
169 | | - "alwaysDisplayInConsole": false, |
170 | | - "clientAuthenticatorType": "client-secret", |
171 | | - "redirectUris": [ |
172 | | - {{ printf "/realms/%s/account/*" .Values.namespace | quote }} |
173 | | - ], |
174 | | - "webOrigins": [], |
175 | | - "notBefore": 0, |
176 | | - "bearerOnly": false, |
177 | | - "consentRequired": false, |
178 | | - "standardFlowEnabled": true, |
179 | | - "implicitFlowEnabled": false, |
180 | | - "directAccessGrantsEnabled": false, |
181 | | - "serviceAccountsEnabled": false, |
182 | | - "publicClient": true, |
183 | | - "frontchannelLogout": false, |
184 | | - "protocol": "openid-connect", |
185 | | - "attributes": { |
186 | | - "realm_client": "false", |
187 | | - "post.logout.redirect.uris": "+", |
188 | | - "pkce.code.challenge.method": "S256" |
189 | | - }, |
190 | | - "authenticationFlowBindingOverrides": {}, |
191 | | - "fullScopeAllowed": false, |
192 | | - "nodeReRegistrationTimeout": 0, |
193 | | - "protocolMappers": [ |
194 | | - { |
195 | | - "id": "9a68ec2d-943d-49cb-9fdd-cd821d606210", |
196 | | - "name": "audience resolve", |
197 | | - "protocol": "openid-connect", |
198 | | - "protocolMapper": "oidc-audience-resolve-mapper", |
199 | | - "consentRequired": false, |
200 | | - "config": {} |
201 | | - } |
202 | | - ], |
203 | | - "defaultClientScopes": [ |
204 | | - "service_account", |
205 | | - "web-origins", |
206 | | - "acr", |
207 | | - "address", |
208 | | - "administrator-scope", |
209 | | - "phone", |
210 | | - "profile", |
211 | | - "roles", |
212 | | - "microprofile-jwt", |
213 | | - "basic", |
214 | | - "email" |
215 | | - ], |
216 | | - "optionalClientScopes": [] |
217 | | - }, |
218 | 161 | { |
219 | 162 | "id": "9a6a2560-c6be-4493-8bd5-3fdc4522d82b", |
220 | 163 | "clientId": {{ .Values.apps.accounts.client.id | quote }}, |
|
0 commit comments