Skip to main content

Redirecting to a specific module or page

If a URL includes the path for a particular page, the user is redirected to that page after successful authentication via the Front-end . Users who have not logged in, or whose user profiles are locked or invalid, are not able to access any page they would not be able to navigate to manually.

For example, to have an end user directed to the workflow dashboard, change the URL to:

https://idm-server/<VIRTUALDIR>/view-dashboards/workflow

Alternatively, you can pass the Front-end an optional argument, JUMPTOCGI=<module> , so that the user is redirected to a particular module after successful authentication.

For example, to have an end-user directed to the Change passwords (PSS) module, change the URL to either:

https://idm-server/<VIRTUALDIR>/change-passwords

or

https://idm-server/<VIRTUALDIR>/?JUMPTOCGI=PSS

If a user accesses a module in this way, and their session fails for any reason, they are returned to the Front-end .