We have react + asp net core web api solution. And after onboarding the user to our system I’d like to add a special claim ‘onboarded’ to user token. Are new claims going to be reflected in new token after I trigger token refresh? (we use JWT) And most importantly, how do I let client know that he has to refresh the token to get new claims?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Create token using API with custom claim | 4 | 1630 | March 13, 2023 | |
[SPA here] Refresh the token updating the claims (example for updating role) | 2 | 5204 | July 25, 2019 | |
How to update claim identity received in asp.net core application | 7 | 5519 | December 9, 2021 | |
Custom Claim missing from Access Token on Token Refresh | 0 | 670 | September 6, 2023 | |
Creating a login endpoint for asp.net api | 5 | 4461 | December 17, 2018 |