Identity Server connect/authorize Does Not Pass Back Same State #611
Unanswered
Mike-E-angelo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been exploring eShop for the past day, with Maui-integration especially, and ran into the following issue:
dotMorten/WinUIEx#195
Upon inspection it appears that the
state
being passed intoconnect/authorize
:Is different from what is passed back into the target application on callback:
I looked into IdentityServer, and it "states" (😏) that the
state
is supposed to be passed back as-is:https://identityserver4.readthedocs.io/en/latest/endpoints/authorize.html
So, color me confused here and I would appreciate some clarity around this if at all possible. 🙏
Beta Was this translation helpful? Give feedback.
All reactions