Show/Hide Toolbars

Therefore™ Help

For security reasons two applications are created in Microsoft Entra ID.

 

First, we create an application called Therefore™ Client Login. However, the application can be given any name that is appropriate for your organization.

 

The purpose of this application is to create an OpenID connect token. To do so, we need to create a new 'Client ID' in the Azure tenant.

 

Please take the following steps in Microsoft Entra ID.

 

1.Open the following URL and log in using your onmicrosoft.com credentials.

 

https://portal.azure.com/

 

2.On the home page, select Microsoft Entra ID.

SD_T_AuthMeth_AdminTasks_AAD_013

3.Click on 'App registrations'.

SD_T_AuthMeth_AdminTasks_AAD_001

4.Click 'New Registration'.

SD_T_AuthMeth_AdminTasks_AAD_002

 

5.The dialog 'Register an application' will open. Enter the following information, then click 'Register' to proceed:

 

 Name:

 Give the application a name that is appropriate for your organization. In this example, we will call it ‘Therefore Client Login’.

 

 Supported account types:

 Select 'Accounts in this organizational directory only'.

 

 Redirect URI:

 Select 'Web' and use the following redirect URI:

 http://localhost:64957/redirect

SD_T_AuthMeth_AdminTasks_AAD_003

6.Click on 'Authentication'.

SD_T_AuthMeth_AdminTasks_AAD_004

7.Under 'Platform Configurations', click 'Add a platform' and select 'Web'. Add the following Redirect URIs. Replace <tenantname> with the name of your Therefore™ tenant.

 Therefore™ Classic Web View: https://<tenantname>.thereforeonline.com/Client/WEB/Login/SSOLogin.aspx

 Therefore™ Web Client: https://<tenantname>.thereforeonline.com/signin

SD_T_AuthMeth_AdminTasks_AAD_009

8.Under 'Implicit grant and hybrid flows', select 'ID tokens (used for implicit and hybrid flows)'. Click 'Save' to proceed.

 

SD_T_AuthMeth_AdminTasks_AAD_007

 

9.Under 'Platform configurations', click 'Add a platform' and select 'Mobile and desktop applications'.

sd_t_authmeth_admintasks_aad_009 a

10.  Select the checkbox for the URI ending with 'native client'. 'Custom redirect URIs' can be left empty in most cases.

SD_T_AuthMeth_AdminTasks_AAD_010

info

Note:

Redirect URIs for other Therefore™ applications such as the Therefore™ Go app can be found here.

If you are using the System Browser on the Therefore™ Go app, a Custom redirect URI must be configured. Please find it here.

 

11.  Optional: Go to the Branding tab and customize the application for your organization.

SD_T_AuthMeth_AdminTasks_AAD_011

12.  Go to the 'Overview' section and make a note of the 'Application (client) ID'. It is required for configuring the Therefore™ settings.

SD_T_AuthMeth_AdminTasks_AAD_012

13.  Proceed by creating a second application in Microsoft Entra ID.

Tutorial: Configure Therefore™ Server Login