Base solution for your next web application
Open Closed

ABP DotNet Core Azure Active Directory integration #3256


User avatar
0
bcaa4567 created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    mdonogma created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.