Prompt for credentials when different user tries to login with Microsoft Single Sign On using SAML
We have a below mentioned requirement on our login screen.
User enters emailId in our application and selects Microsoft to login with that email Id.User logs in to our platform with Microsoft SSO using SAML.User then logs out from our application, not Microsoft.User again tries to login to our application with different Microsoft email Id.Now here, as soon as we hit Microsoft authentication URL, it automatically performs login with first email Id (the account that is still active in the browser).Is there a way, that we can pass the email Id to Microsoft along with authentication URL or any other way, so that if the email Id is same as the active user, it automatically signs the user in, but if the email Id passed is different from signed in accounts, then it will ask for authentication credentials?
We have a below mentioned requirement on our login screen. User enters emailId in our application and selects Microsoft to login with that email Id.User logs in to our platform with Microsoft SSO using SAML.User then logs out from our application, not Microsoft.User again tries to login to our application with different Microsoft email Id.Now here, as soon as we hit Microsoft authentication URL, it automatically performs login with first email Id (the account that is still active in the browser).Is there a way, that we can pass the email Id to Microsoft along with authentication URL or any other way, so that if the email Id is same as the active user, it automatically signs the user in, but if the email Id passed is different from signed in accounts, then it will ask for authentication credentials? Read More