14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"Keycloak": {
|
|
"Authority": "/auth/realms/chesscubing",
|
|
"ClientId": "chesscubing-web",
|
|
"ResponseType": "code",
|
|
"PostLogoutRedirectUri": "/",
|
|
"DefaultScopes": [
|
|
"openid",
|
|
"profile",
|
|
"email"
|
|
]
|
|
}
|
|
}
|