-
Notifications
You must be signed in to change notification settings - Fork 1
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
IdentityServer4.AspNetIdentity Upgrade and api issue #2
Comments
Do you have Client with the same Id & secret and Authority on your IS4?
|
Hi thank you for your reply but this is available and when i do get i get error 401 |
Please download and test the two projects and you will see the problem. There was no problem in version 3.1. |
I log into SampleApiConsumers, I can get tokens and when I refresh the token the problem persists, when I list the categories this problem occurs. I looked at the token in jwt.io, everything is fine but I don't quite understand what's wrong. Is there a new feature in the header with net6 and this issue stopped working in net5 and above please help @nqtuyen @thiennn @hishamco |
I think everyone has withdrawn from this project and no one is responding. then do i have to leave this project as a whole? |
Hi IdentityServer4.AspNetIdentity I upgraded to the latest version but it logs in with SampleApiConsumers but the categories are not listed and it gives an error.
An unhandled exception occurred while processing the request.
HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
Could you please help me, I searched a lot for the reason of this but I couldn't find it.
The text was updated successfully, but these errors were encountered: