4
votes

Is it possible to achieve Azure Active Directory authentication without going to browser window? I will have username and password via the mobile app login interface.

I need to achieve below scenario:

  1. Use open mobile application (ios/android)
  2. Enter Azure AD username and password to app login screen - e.g. [email protected] & password
  3. I pass those information to .net web service - which need to call some Azure AD api to validate user credential before proceed to perform other business logic/make database calls

Any recommendation? I DON'T want user to redirect to any login window/page as this will not be good user experience.

I have already checked few different articles but not satisfactory response yet.

Thank you for your time.

1

1 Answers