make the new asp core 8 IdentityConstants.BearerScheme "unprotected" #55106
Unanswered
ahmed-abdelrazek
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i use the new identity
BearerScheme
in my web api project and i want my front end to be able to decode the returned access token like a jwti tried something like this to return it as plain text without protection
but when i send it with my requests auth header i always get 401
i'm missing something or doing it wrong?!
Beta Was this translation helpful? Give feedback.
All reactions