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 | 1637 | March 13, 2023 | |
| [SPA here] Refresh the token updating the claims (example for updating role) | 2 | 5209 | July 25, 2019 | |
| How to update claim identity received in asp.net core application | 7 | 5577 | December 9, 2021 | |
| Custom Claim missing from Access Token on Token Refresh | 0 | 677 | September 6, 2023 | |
| Creating a login endpoint for asp.net api | 5 | 4478 | December 17, 2018 |