Google Chrome Doesn't Support PKCE (AuthSdkError)

Hi all,

I’m working on a Vue SPA which is mostly ready. I’ve made a PROD build that works well in Firefox, but I’m having issues getting the application to work in Google Chrome. The errors I’m getting are “This browser doesn’t support PKCE.”

If it helps, this is the current configuration for my application:

  • Allowed grant types: Authorization Code
  • Login initiated by: Apply Only

If you need any other information, feel free to let me know.

Thanks for the help!

PKCE implementation requires the webcrypto library which is only available in a secure context. Generally, this means HTTPS/SSL only. https://www.chromium.org/blink/webcrypto

So does that mean that people must type https:// in order to access the functionality?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.