Angular-auth-oidc-client: Multi Tenant Support

Created on 11 Oct 2017  路  2Comments  路  Source: damienbod/angular-auth-oidc-client

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?

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings