-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set OpenIdConnectProtocolValidator.RequireNonce to 'false'. Note if a 'nonce' is found it will be evaluated. #62
Comments
@prasannagrchandran, |
This is my startup.cs using System.Collections.Generic; [assembly: OwinStartup(typeof(PepEvents.Startup))] namespace PepEvents
} |
Web.config
|
From the error i think we need to set nonce to false but i dont know how to set |
I ran into this as well. merging this rejected pr and setting the cookie manager to |
It's good to know there's a fix. I've opened an internal issue for tracking and prioritization. OKTA-790251 |
Hi Guys,
I have implemented configurations...In my localhost SSO working fine... i am able to get the data
but when i host it in the server i am getting below mentioned error
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null. The nonce cannot be validated. If you don't need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to 'false'. Note if a 'nonce' is found it will be evaluated.
FYI:
Please help me to get rid of this error
The text was updated successfully, but these errors were encountered: