Nov 03 2016 09:39 AM
Hi All,
We have custom portal deployed on azure webapp with with ADAL .net Authentication. Please let us know if there is any way that we can avoid the O365 Landing Page where user has to select his email to login. We need a seamless sso without even prompting the user to select the email.
Regards,
Syed
Nov 04 2016 05:42 AM - edited Nov 04 2016 05:44 AM
SolutionHi Syed,
Skipping that is very much possible.
See this article: https://blogs.technet.microsoft.com/enterprisemobility/2015/02/11/using-azure-ad-to-land-users-on-th...
How to do this?
The implementation depends on the protocol you use to talk to Azure AD.
Note: Seamless sign in without having to enter any credentials at all wont be possible since the Auth token is required for your app specifically.
Hope this helps.
Regards,
Jasjit
Nov 14 2016 09:29 AM
Thanks Jasjit. This worked as we are expecting !!!