Programmatically Login MEMBER when using Azure AD B2C Authentication
Hello All
I've using Azure AD B2C to login for Umbraco members. I followed this Tutorial to make B2C login working. Everything is working fine. I just wonder that if it possible to auto login user programmatically just by user name/Email?
Please help me out that how to auto login user using umbraco 8 with Azure B2C.
Thanks in advance
Programmatically Login MEMBER when using Azure AD B2C Authentication
Hello All
I've using Azure AD B2C to login for Umbraco members. I followed this Tutorial to make B2C login working. Everything is working fine. I just wonder that if it possible to auto login user programmatically just by user name/Email?
Please help me out that how to auto login user using umbraco 8 with Azure B2C. Thanks in advance
Hello Ruder,
Try to set up like this :-
https://docs.microsoft.com/en-us/azure/active-directory-b2c/direct-signin?pivots=b2c-user-flow
is working on a reply...