Hello,
In which event I can put the Azure AD login url: http://localhost/app/ExternalLogin/Microsoft
I want, by the default, an app to try to authenticate against Azure AD, and it should return to the login page only if the SSO auth fails.
Regards
Hello,
In which event I can put the Azure AD login url: http://localhost/app/ExternalLogin/Microsoft
I want, by the default, an app to try to authenticate against Azure AD, and it should return to the login page only if the SSO auth fails.
Regards
You can simply enable Azure SSO via Azure SSO Advanced Settings
Yes, I know that. And it is working as expected.
I want the users to be automatically logged-in, I do not want them to click on āAuthenticate with Azureā button. therefore I want, by, default, a redirect on the login page to the Azure page.
You may try redirecting in the Page_Load server event of the Login page