bjerkio/oidc-react

Change the acr_values dynamically to pass a new tenant

kodeschooler opened this issue · 2 comments

I've been using this library with no issues, but I'm wondering how to change one of the read-only settings during the use of my app (ie, after the UserManager class is instantiated)?

When an admin user selects a customer from a list, I want to change the acr_values to the tenant selected so subsequent tokens will contain that tenant id.