Log Out Page customization

Vijay Baokar
Kilo Sage

Hi Folks,

We have recently implemented SSO for our client which is working as expected however the ask is suppose when any user is authenticated through SSO and further MFA but if user profile is already not available in ServiceNow sys_user table then as per OOTB system redirect such users to "logout_success" page with some message "

You have successfully logged out" but in such case we need to redirect user to another custom page which will have some custom message.
 
Currently is user manually logout themself in that scenario also system redirect user to the same page. So if we make any changes to the same page "logout_success" then it will affect both the scenarios.
We don't want to make any changes to manual logout scenario however we just need to make the changes when someone login through SSO but if that user is not available in system then we should show some custom message instead of showing the same logout page.
1 ACCEPTED SOLUTION

Vijay Baokar
Kilo Sage

This got solved after adding my custom UI page into the system property value sys_properties: glide.authenticate.failed_redirect

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vijay Baokar 

Any screenshot?

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Shivalika
Mega Sage

Hello @Vijay Baokar 

 

Did you try modifying installation exit script ? 

 

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY

Which script out of the list? I just want to call diff page in case non existing user trying to login.

Vijay Baokar
Kilo Sage

This got solved after adding my custom UI page into the system property value sys_properties: glide.authenticate.failed_redirect