Call up any pages in the portal (deeplink) (optional)

Standard configuration

When a portal user logs on to a portal via an identity provider, they are always taken to the portal homepage after logging in.

This is also the case when a portal user clicks on a link to a specific page in the portal or enters the URL to a specific page directly in the browser. In the standard configuration, the portal user is redirected to the portal login page when this link is called up and to the portal start page after logging in. The page specified in the link is not called up.

Deeplink configuration

You can configure Intrexx so that pages of the portal can also be accessed directly when logging in via an identity provider.

To do this, add the following line to the portal.cfg file (<portalverzeichnis> /internal/cfg/portal .cfg) under <environment>:

<systemProperty name="de.uplanet.lucy.server.oauth2.login.redirectToOrigin" value="true"/>

Please note the following restrictions for this configuration:

  • Only one provider may be stored for OAuth2 authentication in the portal(Configure provider).

  • Only users created with the identity provider can log in to the portal. Registration with the identity provider via Intrexx is not possibleEnable user registration).

  • Mixed authentication (Windows or Intrexx Auth) is not possible.