Redirection to CSM portal if user has External role and customer service role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 12:10 AM
We have 3 different SSO
1) SSO for SP redirection
2) SSO for CSM portal redirection
I have tried to update SPEntry page to redirect user after SSO login
But its not working, i am able to get that log as condition becomes true.
what is way to redirect user to different portal.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 12:15 AM
Hi,
This is typically handled by modifying the script include: SPEntryPage.
Take a look at this extract from the link provided which provides a lot of information on Service Portal redirects
.
https://community.servicenow.com/community?id=community_blog&sys_id=cbcda2e9dbd0dbc01dcaf3231f961949
Please mark answer as helpful/correct based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 12:43 AM
Thank you Dan for reply.
But its only redirect to SP or UI page as per roles.
But we would like to redirect to different Portal , when user login by as External login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 01:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 02:49 AM
Hi Palak,
we have achieved that by updating CSM login widget, in that one we update SSO redirection path.
In login widget you can see , redirection line, use that to redirect to SSO url.
For sso , you can create properties to use in widget.
Note: Here External user must have to Use dev1212.service-now.com/CSM url everytime.
and internal user will user dev1212.service-now.com url which will redirect to SP only as per updating sp entry property .
Another way is to redirect every user to External login page . Which is when you go login.do url you can see external login link. You can also check on that scenario .