Hello,
I am using ArcGIS Enterprise 10.9.1 and I want to change the redirect url that is accessed after login.
By default the portal redirects to the Content page after login.
Is there a way to make it redirect to a different URL (for example an ArcGIS Sites App)?
Tahnks
There are some ways to do this, with limitations. The most straightforward way (but not efficient for many users) is to edit the user's Profile and update the value for the Start Page property. Sites is not one of the options in my testing, but you get pages like Home, Gallery, Content, Map, etc.
There is a way to loop through users in Python and update each user's property. That will take some time to write the code and if new users are created regularly, you'd have to run the script periodically.
A Product Manager had said there was going to be a way to set the default value for this, but I don't see it in 10.8.1 or the documentation for 10.9.x.