[MNT-22836] - support of pkce o auth grant type by aims (#3422)

* [MNT-22836] - support PKCE code flow in SSO
This commit is contained in:
DominikIwanek
2023-11-21 15:02:24 +01:00
committed by GitHub
parent 23957d7999
commit 207410c44c
5 changed files with 14 additions and 3 deletions

View File

@@ -19,7 +19,8 @@
"clientId": "alfresco",
"scope": "openid",
"secret": "",
"implicitFlow": true,
"implicitFlow": false,
"codeFlow": true,
"silentLogin": true,
"publicUrls": ["**/preview/s/*", "**/settings", "**/blank"],
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",