Redirect user to login page(username-password) when the SSO source is empty

Rairai31
Giga Guru

Hi,

Is it possible that if the user types in a email with a local login (no SSO source) they will be asked for their password or show the typical login page (username and password) to login and if the user has an SSO source it will direct them to SSO login page? How can this be achieved? Thank you.

1 ACCEPTED SOLUTION

DrewW
Mega Sage
Mega Sage

Your only option is to setup a public page that the user goes to and enters there email address and then the system checks to see where it should redirect them for authentication.  Then you can use a cookie to save that and then just automatically redirect them on future visits.

 

Otherwise the answer to your question is no.  To login to a local account when using SSO you need to go to the side door login at 

https://<INSTANCe_NAME>.service-now.com/side_door.do

 

 

 

View solution in original post

1 REPLY 1

DrewW
Mega Sage
Mega Sage

Your only option is to setup a public page that the user goes to and enters there email address and then the system checks to see where it should redirect them for authentication.  Then you can use a cookie to save that and then just automatically redirect them on future visits.

 

Otherwise the answer to your question is no.  To login to a local account when using SSO you need to go to the side door login at 

https://<INSTANCe_NAME>.service-now.com/side_door.do