Checking a user exists in Azure Active Directory B2C -
i creating new azure ad b2c authenticated site replace older forms authenticated one. in new site, asking user enter email address can check if exist in azure b2c , send them appropriate sign-in page , if not send them older forms authenticated site.
the issue have when following microsoft's tutorials, show user management require have logged in azure account first , not possible given system trying build. doing possible?
thanks in advance!
ms tutorials: https://azure.microsoft.com/en-gb/documentation/articles/active-directory-code-samples/
sadly, seems not possible within azure b2c preview.
from limitations section (https://azure.microsoft.com/en-gb/documentation/articles/active-directory-b2c-limitations/) there paragraph describes trying do:
daemons / server side applications
applications contain long running processes or operate without presence of user need way access secured resources, such web apis. these applications can authenticate , tokens using application's identity (rather consumer's delegated identity) using oauth 2.0 client credentials flow. flow not yet available in azure ad b2c preview - which applications can tokens after interactive consumer sign-in flow has occurred.
so seems not possible. it'll work once comes out of preview.
Comments
Post a Comment