Open v-jauneau opened 2 months ago
hello, if the session object does not contain the generated PKCE codes, the flow cannot continue. The purpose of PKCE (Proof Key for Code Exchange) is to prevent a malicious party from intercepting the authorization code and using it to request an access token. Even if I add the test to see if the pkceCodes is udefined and return an error the result will be the same.
Hello, yes i modified the code to accept an undefined PKCE code but the flow don't continue, do you have any idea why azure is returning a pkce codeverifier undefined ? It doesn't happen every time and mostly on mobiles
Hello,
We are using you application with our meraki.
We have an issue that appear on some devices with a bad gateway. After some research we found out that the docker is crashing when pkceCodes.verifier is undefined
Do you have any idea if we can resolve this issue on our hand ?
Regards