Contents Now Platform Capabilities Previous Topic Next Topic Redirect to Service Portal after login Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Redirect to Service Portal after login Use system properties and script includes to conditionally redirect users to a page after logging in. Follow these steps to redirect a user to Service Portal after they log in. In the sys_properties table, Add a system property: Property Type Value Description glide.entry.first.page.script string new SPEntryPage().getFirstPageURL() First page after authentication getFirstPageURL primarily does the following: Redirects to login_redirect.do in order to break out of the frameset (if there is one). Redirects to Service Portal if the user has no roles, or the full platform for everyone else. Customize the after login behavior by navigating to the SPEntryPage script include.The SPEntryPage script include is available in releases for Helsinki Patch 2 and later. Note: If you make changes to the script include, it won't be upgraded with future updates. Note: If you are using external authentication, ensure that your IdP supports the RelayState URL parameter. This parameter retains the originally requested URL while the user authenticates, and is necessary for redirection after login. On this page Send Feedback Previous Topic Next Topic
Redirect to Service Portal after login Use system properties and script includes to conditionally redirect users to a page after logging in. Follow these steps to redirect a user to Service Portal after they log in. In the sys_properties table, Add a system property: Property Type Value Description glide.entry.first.page.script string new SPEntryPage().getFirstPageURL() First page after authentication getFirstPageURL primarily does the following: Redirects to login_redirect.do in order to break out of the frameset (if there is one). Redirects to Service Portal if the user has no roles, or the full platform for everyone else. Customize the after login behavior by navigating to the SPEntryPage script include.The SPEntryPage script include is available in releases for Helsinki Patch 2 and later. Note: If you make changes to the script include, it won't be upgraded with future updates. Note: If you are using external authentication, ensure that your IdP supports the RelayState URL parameter. This parameter retains the originally requested URL while the user authenticates, and is necessary for redirection after login.
Redirect to Service Portal after login Use system properties and script includes to conditionally redirect users to a page after logging in. Follow these steps to redirect a user to Service Portal after they log in. In the sys_properties table, Add a system property: Property Type Value Description glide.entry.first.page.script string new SPEntryPage().getFirstPageURL() First page after authentication getFirstPageURL primarily does the following: Redirects to login_redirect.do in order to break out of the frameset (if there is one). Redirects to Service Portal if the user has no roles, or the full platform for everyone else. Customize the after login behavior by navigating to the SPEntryPage script include.The SPEntryPage script include is available in releases for Helsinki Patch 2 and later. Note: If you make changes to the script include, it won't be upgraded with future updates. Note: If you are using external authentication, ensure that your IdP supports the RelayState URL parameter. This parameter retains the originally requested URL while the user authenticates, and is necessary for redirection after login.