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

Change the acr_values dynamically to pass a new tenant

Open kodeschooler opened this issue 3 years ago • 2 comments
trafficstars

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.

kodeschooler avatar Sep 01 '22 21:09 kodeschooler

??

kodeschooler avatar Sep 16 '22 23:09 kodeschooler

I'm unsure what you're trying to do here, but you can easily update the configuration values using some state setup.

simenandre avatar Mar 01 '23 19:03 simenandre