You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried https://github.com/perarnborg/vuex-oidc-example same error.
I know this could be caused by extra restrictions my OP imposes. But there is no option to either auto-generate nonce or supply one in config.
The text was updated successfully, but these errors were encountered:
Are you using the PKCE flow? I believe oidc-client does not set nonce for PKCE, only for implicit flow. But you should be able to set a nonce by sending it in the authenticate calls as an extraQueryParams option:
Suppose client runs on
http://localhost:8000
, OP sends following redirectTried https://github.com/perarnborg/vuex-oidc-example same error.
I know this could be caused by extra restrictions my OP imposes. But there is no option to either auto-generate nonce or supply one in config.
The text was updated successfully, but these errors were encountered: