Thanks, I will try to reproduce the issue.
I insist that IAbpClaimsPrincipalContributor is nothing to do with refresh_token flow
You will get access_token
and refresh_token
first.
Then use refresh_token
to get them again.
The IAbpClaimsPrincipalContributor
will be called when generating the access_token
, and refresh_token
will copy claims from access_token
's principal.
Talk is cheap. You can prepare a simple demo project to reproduce your real problem.
support@abp.io
hi
refresh_token basically uses the claims from the access_token. So it shouldn't be a problem.
I called the token endpoint using refresh_token flow.
Can you share your access_token and HTTP request info?
I just tested the refresh_token flow
Can you share your steps?
https://support.abp.io/QA/Questions/3970#answer-328b1aa4-f776-6952-b80d-3a07446a2e05
hi
What are the full steps to reproduce with a new template project?
hi
It's released. Can you try to change the version of the packages to 6.0.1
?
And what's your authentication
configuration?
eg
services.AddAuthentication()...
You can run an angular app and check how to logout.