ActiveDirectoryMembershipProvider with Azure Active Directory

Ted Nyberg

I realize there are other (preferred) ways of implementing authentication with Azure Active Directory, but is it possible to use the standard ActiveDirectoryMembershipProvider with Azure Active Directory for an Azure website?

astaykov

No. There is no way to use ActiveDirectoryMembershipProvider with Azure Active Directory. . (Period) :)

Why?

ActiveDirectoryMambershipProvider uses Active Directory Application Mode (ADAM) server and talks to AD over LDAP protocol. Both of which are not supported by Azure AD. The replacement of LDAP in the Cloud is Azure AD Graph API.

You can however use the Claims Based Authentication / Authorization model and protect your web site with Azure AD. This will help with Authentication. Authorization - you can use the role based access control and have your Azure AD groups translated into ASP.NET roles.

Here is pretty long and well described process of how to protect a web site with Azure AD without writing single line of custom code.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Azure Active Directory Safari Redirection Issue

From Dev

How to remove Azure Active Directory from Subscription

From Dev

Logging into Azure Active Directory without a Domain Name

From Dev

Transforming claims with Windows Azure Active Directory (WAAD)

From Dev

Using OAuth to connect to a Windows Azure Active Directory

From Dev

AD Directory Programming with Azure Active Directory

From Dev

Can I use Azure Active Directory For Testing

From Dev

Windows Azure Active Directory - expiration of refreshtoken

From Dev

Verify a domain name in Azure Active Directory

From Dev

Accessing Azure Active Directory with username and password

From Dev

Azure Active Directory and OWIN

From Dev

Connect Visual Studio Online with Azure Active Directory

From Dev

Check if username exist in Microsoft Azure Active Directory

From Dev

Angularjs doesn't authenticate with Azure Active Directory

From Dev

Azure Active Directory and Windows Authentication

From Dev

In Azure Active directory user disable option is there?

From Dev

Authentication of a WebAPI with Azure Active Directory

From Dev

Who is the owner of an Azure active directory?

From Dev

Azure Active Directory Daemon Client Using Certificates

From Dev

Azure Active Directory Application Key Renewal

From Dev

Azure Active Directory Connection String

From Dev

Simple Directory Lookup in Azure Active Directory

From Dev

New azure active directory with powershell

From Dev

Azure Active Directory and WCF authentication

From Dev

How to access Azure Active Directory?

From Dev

Azure Active Directory Roles

From Dev

Simple Directory Lookup in Azure Active Directory

From Dev

Migration to and from Azure Active directory

From Dev

Cannot delete Azure Active Directory

Related Related

  1. 1

    Azure Active Directory Safari Redirection Issue

  2. 2

    How to remove Azure Active Directory from Subscription

  3. 3

    Logging into Azure Active Directory without a Domain Name

  4. 4

    Transforming claims with Windows Azure Active Directory (WAAD)

  5. 5

    Using OAuth to connect to a Windows Azure Active Directory

  6. 6

    AD Directory Programming with Azure Active Directory

  7. 7

    Can I use Azure Active Directory For Testing

  8. 8

    Windows Azure Active Directory - expiration of refreshtoken

  9. 9

    Verify a domain name in Azure Active Directory

  10. 10

    Accessing Azure Active Directory with username and password

  11. 11

    Azure Active Directory and OWIN

  12. 12

    Connect Visual Studio Online with Azure Active Directory

  13. 13

    Check if username exist in Microsoft Azure Active Directory

  14. 14

    Angularjs doesn't authenticate with Azure Active Directory

  15. 15

    Azure Active Directory and Windows Authentication

  16. 16

    In Azure Active directory user disable option is there?

  17. 17

    Authentication of a WebAPI with Azure Active Directory

  18. 18

    Who is the owner of an Azure active directory?

  19. 19

    Azure Active Directory Daemon Client Using Certificates

  20. 20

    Azure Active Directory Application Key Renewal

  21. 21

    Azure Active Directory Connection String

  22. 22

    Simple Directory Lookup in Azure Active Directory

  23. 23

    New azure active directory with powershell

  24. 24

    Azure Active Directory and WCF authentication

  25. 25

    How to access Azure Active Directory?

  26. 26

    Azure Active Directory Roles

  27. 27

    Simple Directory Lookup in Azure Active Directory

  28. 28

    Migration to and from Azure Active directory

  29. 29

    Cannot delete Azure Active Directory

HotTag

Archive