Enter redirect URL

During the communication workflow, the ID provider needs to know where the authentication data should be transferred to. This is defined using the redirect URL.

You must store the redirect URL with the ID provider and in Intrexx in the dialog for configuring the provider(Configure provider).

Configuration Client ID and Client Secret must be entered in Intrexx in the dialog for configuring the provider(Configure provider).

The ID provider uses the redirect URL, which you enter in the configuration file, to send the user information to Intrexx. The redirect URL defined in the ID provider is compared with the one from the configuration file. The user information is only transferred if both redirect URLs are identical.

Redirect URL

The redirect URL is made up as follows:

<Base URL>oauth2/login/<ID Provider>

Example

The redirect URL for the base URL "https:/exampleportal.com/" looks like this for Azure:

https:/exampleportal.com/oauth2/login/azure

Note The basic URL can be found in the main menu under "Portal > Portal properties".

Example - AzureAD

You can enter the redirect URL directly when registering the Intrexx application (app) under "Redirect URL (optional)".

You can also enter the redirect URL after registering the Intrexx application (app).
Start the overview page of the Intrexx application (app).
Click on "Redirect URLs".

This takes you to the "Authentication" page.
Under "Configure platforms" > "Web applications", click on "Web".

The "Configure web" area is displayed.
Enter the redirect URL in the "Redirect URLs" field.

Click on "Configure".
You will return to the "Authentication" page.