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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -