Hi all,
I searched around and found the following article related to DotNet Core Azure Active Directory integration.
<a class="postlink" href="https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/">https://azure.microsoft.com/en-us/resou ... spnetcore/</a>
However, I am not sure how to integrate it to ABP. Could someone point me any existing documentation get started?
Thanks!
derek
3 Answer(s)
-
0
Hi,
AspNet Zero already includes OpenIdConnect. You just need to set values for OpenIdConnect in your app's config file. After that, there must be an icon on login page near social login icons and it should work without any other work.
Thanks.
-
0
In my scenario each tenant belongs to a different company. How do I setup to allow each company to login using their own activity directory as below looks like only 1 ad can be linked up?
<cite>ismcagdas: </cite> Hi,
AspNet Zero already includes OpenIdConnect. You just need to set values for OpenIdConnect in your app's config file. After that, there must be an icon on login page near social login icons and it should work without any other work.
Thanks.
-
0
Hi @Mdonogma,
Currently, OpenIdConnect is only for whole system. If you want to make it configurable for each tenant, then you need to develop it yourself.