Исправлены ошибки в ходе раскатки
This commit is contained in:
@@ -60,23 +60,21 @@
|
||||
"frontchannelLogout": true,
|
||||
"fullScopeAllowed": false,
|
||||
"redirectUris": [
|
||||
"https://tohin.ru/auth/callback",
|
||||
"han-chat://auth/callback",
|
||||
"https://APP_LINK_HOST.example/auth/callback"
|
||||
"https://chat.han0107.ru/oauth/callback",
|
||||
"han-chat://auth/callback"
|
||||
],
|
||||
"webOrigins": [
|
||||
"https://tohin.ru",
|
||||
"https://APP_WEB_ORIGIN.example"
|
||||
"https://chat.han0107.ru"
|
||||
],
|
||||
"attributes": {
|
||||
"pkce.code.challenge.method": "S256",
|
||||
"post.logout.redirect.uris": "https://tohin.ru/##han-chat://auth/logout##https://APP_LINK_HOST.example/auth/logout",
|
||||
"post.logout.redirect.uris": "https://chat.han0107.ru/##han-chat://auth/logout",
|
||||
"oauth2.device.authorization.grant.enabled": "false",
|
||||
"oidc.ciba.grant.enabled": "false",
|
||||
"use.refresh.tokens": "true",
|
||||
"client.use.lightweight.access.token.enabled": "false"
|
||||
},
|
||||
"defaultClientScopes": ["openid", "profile", "phone", "han-chat-api"],
|
||||
"defaultClientScopes": ["phone", "han-chat-api"],
|
||||
"optionalClientScopes": ["offline_access"]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user