IE11 and using PKCE Okta widget

I’m using currently using the Okta widget with a SPA application. The client authentication mechanism configured on the app is PKCE. This works in Chrome, FF, Edge, but not IE11. In IE11 I’m seeing the following console error:
SCRIPT5022: AuthSdkError: This browser doesn’t support PKCE

Doing some searching and there is not a ton of answers on whether PKCE is supported in IE11. Is it possible to get this working? If not, when is the recommended alternative?

1 Like

Hi, did you get a solution to this?

Hi @jnordstrom,

IE11 doesn’t support secure webcrypto, which is required for PKCE.
You can either not use PKCE or use polyfill but it is not as secure as legit webcrypto.

Thank you.

1 Like

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