Programmatic (API calls) User Authentication using Azure AD B2C instead of login.microsoftoneline.com form -
new azure ad... please don't harsh if off target. :-)
technology stack - latest angular 2 c# middle tier , latest .net framework.
ideally, want use azure ad b2c store user credentials , authentication - want our 'own' forms on our site login forms capture , logging - pass credentials through api (rest?) call (using ms graph sdk?) azure ad b2c , check call return authorization content message.
couple of reasons - control of application flow, logging , "flickering of url" (i.e. going our site url login.microsoft... url , our sites url).
is doable without doing hack?
thank in advance , patience!
you looking "resource owner password credentials".
this not supported azure ad b2c, can give user feedback b2c team want through azure feedback forum: add support resource owner password credentials flow in azure ad b2c , headless authentication in microsoft authentication library
you should see updates @ location if , when implement feature.
Comments
Post a Comment