How to access Azure Active Directory?

Rajesh

I'd working on creating a ASP.NET 5 web application and would like to use ASP.NET Identity to manage users. I'd also like to use Azure Active Directory in a multi-tenant configuration. As I understand more about claims, I expect we will eventually create our own custom claims as well.

I see ASP.NET Identity can configure providers (Facebook, Google) but is it possible to set up Azure Active Directory to authenticate with Facebook / Google and have it flow through ASP.NET Identity? My guess is that flowing through Azure Active Directory would make our subsequent migration to claims authentication easier.

If so, any pointers to setting this up and road bumps that may be expected would be appreciated.

Regards, Rajesh

vibronet

Classic Azure Ad does not integrate directly with Facebook or Google, however the new B2C offer does. See http://aka.ms/aadb2c

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to configure Web Api access as Azure Active Directory Graph API

From Dev

Access tasks using Active Directory Azure Library

From Dev

Implementing Azure Active Directory Access Control

From Dev

Azure Active Directory Verify Access Token in Web Api outside of Azure

From Dev

Enable Azure Active Directory Access Control with Office 365 Azure Active Directory tenant

From Dev

Adding Users from one Azure Active Directory to access an application in another Azure Active Directory

From Dev

Enable Azure Active Directory Access Control with Office 365 Azure Active Directory tenant

From Dev

How to remove Azure Active Directory from Subscription

From Dev

Azure, Active Directory: how to create new user

From Dev

How to Change Azure Active Directory Subscription?

From Dev

Azure Active Directory - MVC application best practices to store the access token

From Dev

Can't configure access between applications in Azure Active Directory

From Dev

ActiveDirectoryMembershipProvider with Azure Active Directory

From Dev

Azure Active Directory and OWIN

From Dev

Azure Active Directory Roles

From Dev

How to access a user's folder on Active Directory with his username and password?

From Dev

How to access a user's folder on Active Directory with his username and password?

From Dev

PHP: 500 Server Error - Request for access token for Microsoft Azure Active Directory Access

From Dev

Authentication with Azure Active Directory - how to accept user credentials programmatically

From Dev

How to configure an Azure Active Directory web application for Sharepoint Online permissions

From Dev

How to check if an azure active directory user is already in an approle

From Dev

How do I delete an application from azure active directory?

From Dev

how to set the service principle display name in azure active directory

From Dev

How to Add users to Azure Active Directory with Graph API

From Dev

How to check if a user that is in Azure Active Directory belongs to a specific group membership?

From Dev

How to authorize in Azure Active Directory without using dialog?

From Dev

How to authenticate to Azure Active Directory without user interaction?

From Dev

Postman - how to obtain Azure Active Directory token using sign in form?

From Dev

How do I add additional active directory logins to an Azure database?

Related Related

  1. 1

    How to configure Web Api access as Azure Active Directory Graph API

  2. 2

    Access tasks using Active Directory Azure Library

  3. 3

    Implementing Azure Active Directory Access Control

  4. 4

    Azure Active Directory Verify Access Token in Web Api outside of Azure

  5. 5

    Enable Azure Active Directory Access Control with Office 365 Azure Active Directory tenant

  6. 6

    Adding Users from one Azure Active Directory to access an application in another Azure Active Directory

  7. 7

    Enable Azure Active Directory Access Control with Office 365 Azure Active Directory tenant

  8. 8

    How to remove Azure Active Directory from Subscription

  9. 9

    Azure, Active Directory: how to create new user

  10. 10

    How to Change Azure Active Directory Subscription?

  11. 11

    Azure Active Directory - MVC application best practices to store the access token

  12. 12

    Can't configure access between applications in Azure Active Directory

  13. 13

    ActiveDirectoryMembershipProvider with Azure Active Directory

  14. 14

    Azure Active Directory and OWIN

  15. 15

    Azure Active Directory Roles

  16. 16

    How to access a user's folder on Active Directory with his username and password?

  17. 17

    How to access a user's folder on Active Directory with his username and password?

  18. 18

    PHP: 500 Server Error - Request for access token for Microsoft Azure Active Directory Access

  19. 19

    Authentication with Azure Active Directory - how to accept user credentials programmatically

  20. 20

    How to configure an Azure Active Directory web application for Sharepoint Online permissions

  21. 21

    How to check if an azure active directory user is already in an approle

  22. 22

    How do I delete an application from azure active directory?

  23. 23

    how to set the service principle display name in azure active directory

  24. 24

    How to Add users to Azure Active Directory with Graph API

  25. 25

    How to check if a user that is in Azure Active Directory belongs to a specific group membership?

  26. 26

    How to authorize in Azure Active Directory without using dialog?

  27. 27

    How to authenticate to Azure Active Directory without user interaction?

  28. 28

    Postman - how to obtain Azure Active Directory token using sign in form?

  29. 29

    How do I add additional active directory logins to an Azure database?

HotTag

Archive