keycloak-scim/js/apps/account-ui/test/realms/groups-idp.json
Hynek Mlnařík 004805e21d
Add tests for linked accounts (#27299)
Fixes: #21248

Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
2024-02-27 07:15:23 +01:00

19 lines
No EOL
542 B
JSON

{
"clientId": "groups-idp",
"name": "groups-idp",
"protocol": "openid-connect",
"rootUrl": "${authAdminUrl}",
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "H0JaTc7VBu3HJR26vrzMxgidfJmgI5Dw",
"redirectUris": [ "/realms/groups/*" ],
"webOrigins": [ "${authAdminUrl}" ],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false
}