Feature Request: Allow uuid generation for random number generation (nonce, pkce, etc). #635
Replies: 1 comment 1 reply
-
You can pass any value you want as the nonce parameter, you don't need to use one generated by the client. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our open id provider ( keycloak ) requires that nonces be passed in as uuids. Our current flow is throwing the error:
If there is a way we can force openid-client to generate uuid's for the nonce value, that would be ideal. Maybe some sort of optional override that could be passed in or something. I'm open to ideas and willing to contribute if appropriate here.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions