@FrankDupree Orchard Skills has created a half dozen videos along with source code on OpenID Connect and Orchard Core https://www.youtube.com/c/OrchardSkills
yes, i'm actually following a tutorial of yours :D, you configured openid using recipe. I didn't use recipe, i just enabled it from the admin and now id like openid to use "account/login" as the default authority url.
thanks for the hard work between, your tutorials have been helpful
just a question in https://docs.orchardcore.net/en/dev/docs/reference/modules/Contents/#loading-from-a-content-item-version-id
where do I get to see the alias of the content item in admin?
Hi All,
We have integrated Orchard CMS application from ADFS to Azure Authentication and whenever login OR doing any operation in admin page we are getting Nonce issue. Can you please help to resolve this issue, we tried multiple way like installing NuGet package 'Kentor.OwinCookieSaver', setting flag on chrome to disabled, AD App Registrations with Reply URL and Start URL,.. etc.
Bellow is the error details-
"Server Error in '/' Application.
IDX21323: RequireNonce is '[PII is hidden]'. 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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException: IDX21323: RequireNonce is '[PII is hidden]'. 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.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OpenIdConnectProtocolInvalidNonceException: IDX21323: RequireNonce is '[PII is hidden]'. 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.]
Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator.ValidateNonce(OpenIdConnectProtocolValidationContext validationContext) +1013
Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator.ValidateAuthenticationResponse(OpenIdConnectProtocolValidationContext validationContext) +263
Microsoft.Owin.Security.OpenIdConnect.<AuthenticateCoreAsync>d__11.MoveNext() +4494"