Set the redirect URL
As part of the communication workflow, the ID provider needs to know where the authentication data should be sent. This is specified via the redirect URL.
You must enter the redirect URL in the ID provider and in Intrexx in the provider configuration dialog (Configure Provider).
You must enter the client ID and client secret in the provider configuration dialog (Configure Provider) in Intrexx.
The redirect URL that you specify in the configuration file is used by the ID provider to send user information to Intrexx. The redirect URL stored with the ID provider is used to compare it with the redirect URL from the configuration file. User information is transferred only if both redirect URLs are identical.
Redirect URL
The redirect URL is structured as follows:
<Base URL>oauth2/login/<Provider ID>
Example
The redirect URL for the base URL "https://exampleportal.com/" is as follows for Azure:
https://exampleportal.com/oauth2/login/azure
Note: You can find the base URL in the main menu under "Portal > Portal Properties."
Example - Azure AD
You can enter the redirect URL immediately when registering the Intrexx application (app) under "Redirect URL (optional)."
You can also enter the redirect URL after registering the Intrexx application (app).
Open the overview page of the Intrexx application (app).
Click "Redirect URLs."
You will be taken to the "Authentication" page.
Under "Configure Platforms" > "Web Applications," click "Web."
The "Configure Web" section is displayed.
Enter the redirect URL in the "Redirect URLs" field.
Click "Configure."
You will be taken back to the "Authentication" page.






