How to disable login.do page ?

prasad_rachapud
Tera Contributor

Hi Team,

We have to disable login through login.do page, because client wants to login through SSO only or else is there any scope to rename login.do

Thanks in advance.

5 REPLIES 5

Allen Andreas
Administrator
Administrator

Hi,

Please refer to this guidance: https://www.servicenowguru.com/integration/single-sign-on/removing-modifying-default-servicenowcom-l...

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Vishakha
Mega Guru

Hi Prasad,

Refer a below thread which discuss same requirement.

https://community.servicenow.com/community?id=community_question&sys_id=8fa483e9dbd8dbc01dcaf3231f96...

 

If it helps then please mark my answer Correct and Helpful.

Vishakha

Jaspal Singh
Mega Patron
Mega Patron

Quite straight forwared. Follow below steps.

1. Type sys_public.list in application navigator & press enter (in other words open Public Pages table)

2. Search for page named 'login' only.

3. Set Active to False.

This ensures that even in URL if you have /login.do it will not open the page itself & log you in automatically because of SSO.

Hi Jaspal,

I've modified login page as false, but still able to login through login.do and also modified below properties:

1. glide.authenticate.external to false

2. glide.authentication.external.disable_login to true

3. glide.authenticate.external.side_door_uri to test_internal

please suggest me still anything to change.

 

Thanks