Files
karkarcar-astro/keycloak-cli-karkarcar.json

63 lines
1.6 KiB
JSON

{
"clientId": "karkarcar",
"name": "",
"description": "",
"rootUrl": "http://localhost:4321",
"adminUrl": "",
"baseUrl": "http://localhost:4321",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "fdI1OtyX0YNNUMqfcsbSMFTv9WfzQQwy",
"redirectUris": [
"",
"http://localhost:4321/api/auth/callback/keycloak"
],
"webOrigins": [
"http://localhost:4321"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"oidc.ciba.grant.enabled": "false",
"client.secret.creation.time": "1746810090",
"backchannel.logout.session.required": "true",
"oauth2.device.authorization.grant.enabled": "true",
"display.on.consent.screen": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"login_theme": "",
"frontchannel.logout.url": "",
"backchannel.logout.url": ""
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
},
"authorizationServicesEnabled": false
}