Base solution for your next web application
Open Closed

Azure AD authentication for Host #7906


User avatar
0
Mastery365 created

Is it possible to use AAD authentication for host in ASP.Net Zero ?


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    see https://github.com/aspnetzero/aspnet-zero-core/issues/1330

  • User Avatar
    0
    Mastery365 created

    Can you guide me where to do modifications in code to support Azure AD login for host ? I want create an Azure AD app where all host users will be in Azure AD.

    Is it possbile to get the permissions from Azure AD too ?

  • User Avatar
    0
    maliming created
    Support Team

    You can do it by modifying the code but we thought that host users must be created by the host admin. This is kind of a design choice. You can modify the external login code, remove the restrictions that must be tenant, etc.

    Is it possbile to get the permissions from Azure AD too ?

    I think its permission system may not be compatible with abp. But I am not sure.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.