Client ID and client secret

Once you have added Intrexx to the ID provider as an application, the ID provider generates two identifiers: Client ID and client secret.

In this context, "client" refers to the application that communicates with the ID provider (on behalf of the user). In this case, the client is therefore Intrexx. The client ID and client secret are identifiers assigned by OAuth2 that help applications to identify themselves to each other. The client ID is not the user ID. The client ID and client secret are only used to differentiate between applications.

A so-called access token is generated for the duration of the communication between the applications.

Configuration: You need to enter the client ID, client secret and the URL (API endpoint) where Intrexx can obtain the access token.

Example - Entra ID (formerly Azure AD)

Go to the overview page of the Intrexx app.

Client ID You can see the client ID in the field "Application (client) ID". You can copy the ID to the clipboard via the button on the right.

Client secret

Secret In Entra ID (formerly Azure AD) you must create the client secret yourself.

Click on "Certificates & secrets".

You will now be on the "Certificates & secrets" page.
Click on "New client secret".

The "Add a client secret" area will appear.
Make the corresponding entries.
Click on "Add".

The secret client key is displayed here as a "value". This value corresponds to the client secret that you must enter in the configuration file.
You can copy the secret client key ("value") to the clipboard via a button.

The value is displayed here only once immediately after creation and can then be copied. Later, it can only be recreated, but not displayed a second time.