- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 11:55 PM
The property "glide.entry.page.script" has value as "new CMSEntryPage().getEntryPage()"
I checked the script include "CMSEntryPage". But it has a code which I am not able to understand.
what does this code means?
<CMSEntryPage>
var CMSEntryPage = Class.create();
CMSEntryPage.prototype = {
initialize : function() {
},
getEntryPage : function() {
var config = GlideContentConfig.get();
if (!config.getLoginPage())
return null;
return new GlideCMSPageLink().getPageLink(config.getLoginPage());
}
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 12:22 AM
Hi,
That script include is used to determine where user has to be redirected once user logins to the instance.
more details below
How to configure redirection for Service Portal
https://serviceportal.io/docs/documentation/sso_configuration.md
6 ways to set up your Service Portal for redirection SUCCESS!
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 12:26 AM
Hello Asami,
I know the little bit thing about this , having user with impersonator role, when it logs in it is getting redirected to service portal.(auto-redirect). it means when your log in then it will get auto redirect to service portal.
mark ???? Helpful if applicable
Regards,
Saurabh,