Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to manage root path '/' redirect?

alanbixby
New Contributor III
New Contributor III

Is there a self-service configuration that controls what the root path redirects to?

We are using v23.1, when and authenticated user goes to https://company.saviyntcloud.com, it does a 302 redirect to /ECM which causes an "Operation Not Allowed!" popup, even for Admins.

alanbixby_0-1678293505332.png

This does not go through to afterLoginUrl, since the user is already authenticated and it points to a different path.

 

 

3 REPLIES 3

prasannta
Saviynt Employee
Saviynt Employee

Can you check if the landing page action is defined in the external config file. See below sample:

sav.landingpageaction=requesthome

Also can you share what is the path set afterLoginURL?

alanbixby
New Contributor III
New Contributor III

Looks like we are already using that:

alanbixby_0-1678300777518.png

the only other reference to /ECM is see in this config is baseUrlForEmail=https://company.saviyntcloud.com/ECM

---

As for afterLoginUrl, it is using the default recommendation from the docs:

docsgrails.plugin.springsecurity.saml.afterLoginUrl = '/workflowmanagement/requesthome?menu=1'

prasannta
Saviynt Employee
Saviynt Employee

Can you check if you are seeing any errors in log?