How can I configure SSO in Abp.io to support Azure AD across multiple tenants that are not under the same Azure portal? #19743
Unanswered
vishnukumarspeehive
asked this question in
General
Replies: 1 comment
-
hi The dynamic external login feature is available on abp commercial. It allows you to set different https://docs.abp.io/en/commercial/latest/modules/account#configure-the-provider |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Abp.io 5.3 framework Angular non-layer application. Using the below code I've successfully implemented Azure AD Single Sign-On (SSO) for my application using the Abp.io 5.3 framework with Angular.
However, I now need to extend SSO to include a new domain that isn't managed under my Azure portal. I do have the necessary credentials - client ID, secret key, and tenant ID - for this new tenant's Azure App.
Since these two tenants aren't managed under the same Azure portal, I'm unsure how to proceed with SSO. Is there a method to dynamically load OpenID Connect settings based on the domain name, allowing me to integrate SSO for this new domain alongside the existing implementation?
Beta Was this translation helpful? Give feedback.
All reactions