Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we authenticate outlook, hotmail users with adal azure ad v1.0 endpoint itself instead of going for msal azure ad v2.0 endpoint

https://docs.microsoft.com/en-us/azure/app-service/app-service-mobile-how-to-configure-microsoft-authentication

Can we follow steps mentioned in above article to provide personal account access to web apps in V1.0 endpoint

Actually I have an app service which authenticates work or school accounts using ADAL Azure AD v1.0 endpoint . I got a requirement to authenticate personal account users aswell. Is it possible to do this with ADAL itself instead of choosing MSAL

What I have tried:

How to authenticate personal accounts using AZURE AD V1.0 endpoint.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900