OpenIdConnect member login errors

hi everyone!

I have an issue with my SSO implementation (delivery api enabled login aswell) on members. I’ve used the example by kjac/jbreuer (GitHub - jbreuer/UmbracoDeliveryApiAuthDemo: Client and server demonstrating member auth against the Umbraco Delivery API). And i’ve had it working perfectly fine last week. But now all of the sudden i get this error:

“Unable to unprotect the message.State”

this is on the last step of authenticating. I have added the callbackpath which is the first answer i get from google. I tried changing the schema aswell.
I’ll take any ideas.

My solution was fairly simple. recheck the react app calling the umbraco endpoint as the redirect_uri was set to the serverurl, and not the react app

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.