thanks for your great library and all your work you put into it!
I'm wondering does this library support multi tenancy? in javascript version of oidc client, there is a setting name "acr_values" which you can pass tenant information to Identity Server however, I cannot find it in this library configuration.
Do you have any plan to support this?
I think this is now supported using the setCustomParameters method. If you look at the createAuthorizeUrl method, it will add parameters added by setCustomParameters to the authorize URL's query string.
Oh, Great. Sorry I missed it.
Most helpful comment
I think this is now supported using the
setCustomParametersmethod. If you look at thecreateAuthorizeUrlmethod, it will add parameters added bysetCustomParametersto the authorize URL's query string.