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!
Hi there,
I'm seeking guidance on the best approach for the following scenario:
My application has both
adminandclientusers. Admins can modify client customclaimsthrough an admin panel. Some of theseclaimscontrol access to certain application features. The challenge is how to automatically update a client'sclaimswithout 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!