oidc-react
oidc-react copied to clipboard
Change the acr_values dynamically to pass a new tenant
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.
??
I'm unsure what you're trying to do here, but you can easily update the configuration values using some state setup.