[MNT-22836] - support PKCE code flow in SSO (#8884)

* [MNT-22836] - support PKCE code flow in SSO
This commit is contained in:
DominikIwanek
2023-11-17 15:17:26 +01:00
committed by GitHub
parent eb8aaecef6
commit d14c116747
8 changed files with 24 additions and 17 deletions

View File

@@ -20,7 +20,8 @@
"clientId": "alfresco",
"scope": "openid profile email",
"secret": "",
"implicitFlow": true,
"implicitFlow": false,
"codeFlow": true,
"silentLogin": true,
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",
"redirectUri": "/",