kotlin-multiplatform-oidc
kotlin-multiplatform-oidc copied to clipboard
nouce validation should be optional
The commit 46ce25a2c77c8c8a44dfd58688dc5d88d4809ea6 introduced mandatory nonce validation in code auth flow. But in fact nonce is optional according to the spec. Some server/service will simply ignore the nonce in request, making the flow fail.
Can we have a configuration option here?