We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are able to add custom claims by using IUserClaimsProvider. However, these claims get lost when the identify is refreshed (after 30 mins)
IUserClaimsProvider
Steps to reproduce the behavior:
All claims should be available after the refresh.
The text was updated successfully, but these errors were encountered:
Maintain claims principal during refresh
2a357b6
Fix #14917
Successfully merging a pull request may close this issue.
Describe the bug
We are able to add custom claims by using
IUserClaimsProvider
. However, these claims get lost when the identify is refreshed (after 30 mins)To Reproduce
Steps to reproduce the behavior:
IUserClaimsProvider
to register a customExpected behavior
All claims should be available after the refresh.
The text was updated successfully, but these errors were encountered: