react-oidc-context
react-oidc-context copied to clipboard
Real-time custom claims update for active users
Hi there,
I'm seeking guidance on the best approach for the following scenario:
My application has both admin and client users. Admins can modify client custom claims through an admin panel. Some of these claims control access to certain application features. The challenge is how to automatically update a client's claims without requiring them to log out and back in, especially when an admin changes their claims while they're actively using the application.
Is there a recommended way to achieve this seamless claim update process? Any insights or suggestions would be greatly appreciated!