Not to redirect to sso when /csm entered and right-side login is clicked

vinod18
Tera Contributor

I am trying to enter /csm and click on right side login and it is redirecting to SSO. But it should not.

tried multiple ways. Please help in all possible ways.

4 REPLIES 4

Mike_R
Kilo Patron
Kilo Patron

See if this portal page is set to Public

 

instanceName.service-now.com/nav_to.do?uri=sp_page.do?sys_id=eb84cfd7cb13020000f8d856634c9c4b

 

Mike_R_0-1670438610713.png

 

Also, try this

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748198

 

Procedure

  1. Navigate to sp_instance.list from the Filter Navigator.
  2. Search for ID=login-modal-customerservice
  3. Open this record.
  4. In the "Color, Placement, Size" tab, update the "Additional options, JSON format" field with the following and save it.
{
 "show_panel":true,
 "bypass_sso": {
         "value": "true",
         "displayValue": "true"
     }
}

After making this change, when you navigate to the /csm portal before login and click on 'Login', you won't be redirected to the SSO login page.

vinod18
Tera Contributor

Hi MIke,

 

I tried both solutions but no result.do we need to clone widget and do some changes?

No need to clone the widget. Can you please post a screenshot of what you did for this?

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0748198

 

Your widget instance should look like this

 

Mike_R_0-1670472565120.png