Use Authorization Code Flow with PKCE instead of Implicit Flow
Currently authentication to Azure Active Directory is done with "adal-vanilla". It's only supports OAuth implicit flow. Would it be possible to switch to "msal-browser" (MSAL v2) to use the authorization code flow with PKCE?
referencing last change of authentication #302 #298
We are also looking for same feature. Any idea when it will be available?
We don't have an ETA yet, please track this issue for updates.
@mikebudzynski Friendly bump, are there any further updates on adding support for PKCE flow? On a security review and we have been asked to look at ways to turn off implicit grant flow and that wouldn't be possible until APIM portal starts supporting auth code + PKCE.
Merging the duplicate #1146 into this issue.