Login page keeps looping to auth_redirect logout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 07:14 AM
Dear community,
Our connection to portal (either SSO or local login) is keeping looping to those pages (it never ends) :
1) /servicenowurl/portal_suffix?id=login
2) /servicenowurl/auth_redirect.do?sysparam_stack=no&sysparm_url=logout_success.do
3) /servicenowurl/logout_success.do
1) /servicenowurl/portal_suffix?id=login
and so on
Do you have any idea for this behavior ?
Context :
1) We're in Washington release and we have changed the portal suffix to 'portal_suffix'.
2) Same behavior if we have those 2 properties listed below or not :
- glide.entry.page.script - new SPEntryPage().getLoginURL()
- glide.entry.first.page.script - new SPEntryPage().getFirstPageURL()
Thanks & regards.
CP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 07:50 AM
Let me update : with SSO, seems OK - no loop but wrong target.
Loop is for local login.