{ "clientId": $ARGS.named.CLIENT_ID, "enabled": true, "clientAuthenticatorType": "client-secret", "secret": $ARGS.named.CLIENT_SECRET, "standardFlowEnabled" : false, "implicitFlowEnabled" : false, "serviceAccountsEnabled": true, "protocol": "openid-connect", "attributes": { "realm_client": "false", "oidc.ciba.grant.enabled": "false", "client.secret.creation.time": "1735689600", "backchannel.logout.session.required": "true", "standard.token.exchange.enabled": "false", "frontchannel.logout.session.required": "true", "oauth2.device.authorization.grant.enabled": "false", "display.on.consent.screen": "false", "backchannel.logout.revoke.offline.tokens": "false" }, "protocolMappers": [ { "name": "sub", "protocol": "openid-connect", "protocolMapper": "oidc-hardcoded-claim-mapper", "consentRequired": false, "config": { "introspection.token.claim": "true", "claim.value": $ARGS.named.SUB_CLAIM_VALUE, "userinfo.token.claim": "true", "id.token.claim": "true", "lightweight.claim": "false", "access.token.claim": "true", "claim.name": "sub", "jsonType.label": "String", "access.tokenResponse.claim": "false" } }, { "name": "nbf", "protocol": "openid-connect", "protocolMapper": "oidc-hardcoded-claim-mapper", "consentRequired": false, "config": { "introspection.token.claim": "true", "claim.value": "1735689600", "userinfo.token.claim": "true", "id.token.claim": "true", "lightweight.claim": "false", "access.token.claim": "true", "claim.name": "nbf", "jsonType.label": "long", "access.tokenResponse.claim": "false" } } ], "defaultClientScopes": [ "web-origins", "service_account", "acr", "profile", "roles", "basic", "email" ], "optionalClientScopes": [ "address", "phone", "organization", "offline_access", "microprofile-jwt" ] }