Open any pages in the portal (deeplink) (optional)
Standard configuration
When a portal user logs in to a portal via an identity provider, they are always taken to the start page of the portal 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 opened and to the start page of the portal after logging in. The page specified in the link is not called.
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 (<portal directory> /internal/cfg/portal .cfg) under <environment>:
<systemProperty name="de.uplanet.lucy.server.oauth2.login.redirectToOrigin" value="true"/>
Please note the following restrictions with this configuration:
-
Only one provider may be stored in the portal for OAuth2 authentication (Configure provider).
-
Only users created with the identity provider can log in to the portal. Registration with the identity provider via Intrexx is not possible (Enable user registration).
-
Mixed authentication (Windows or Intrexx Auth) is not possible.