react-oidc-context icon indicating copy to clipboard operation
react-oidc-context copied to clipboard

Real-time custom claims update for active users

Open juanq4 opened this issue 1 year ago • 2 comments

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!

juanq4 avatar Jun 18 '24 19:06 juanq4