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 | |
---|---|---|---|---|
[SPA here] Refresh the token updating the claims (example for updating role) | 2 | 5205 | July 25, 2019 | |
Creating a login endpoint for asp.net api | 5 | 4463 | December 17, 2018 | |
ASPNET Core WEB API access custom claim | 2 | 6033 | July 25, 2019 | |
How to add UserId to claim | 2 | 14266 | July 25, 2019 | |
Getting currently logged user in web api | 29 | 66282 | March 2, 2018 |