asp.net identity - How to access Azure Active Directory? -
i'd working on creating asp.net 5 web application , use asp.net identity manage users. i'd use azure active directory in multi-tenant configuration. understand more claims, expect create our own custom claims well.
i see asp.net identity can configure providers (facebook, google) possible set azure active directory authenticate facebook / google , have flow through asp.net identity? guess flowing through azure active directory make our subsequent migration claims authentication easier.
if so, pointers setting , road bumps may expected appreciated.
regards, rajesh
classic azure ad not integrate directly facebook or google, new b2c offer does. see http://aka.ms/aadb2c
Comments
Post a Comment