Login page keeps looping to auth_redirect logout

CélineP
Giga Contributor

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

1 REPLY 1

CélineP
Giga Contributor

Let me update : with SSO, seems OK - no loop but wrong target.

Loop is for local login.