Register An Application

Register and configure a new application within TrustLogix for access policy enforcement , follow the steps outlined below. This configuration provides the necessary credentials (Client ID, Client Secret, etc.) required for the consumption side to evaluate defined access policies via API.

Create a New Application

First, navigate to the Applications management section of the TrustLogix platform to initialize the registration.

  • Navigate to: https://dev.trustlogix.io/app/applications.

  • Click the "Create Application" button.

  • Enter the Application Name: Click the "Application Name" field and type your desired name (e.g., "Finance Analysis").

  • Enter a Description: Click the "Description" field and provide details for the application (e.g., "Finance Analysis").

  • Save: Click "Save" to create the entry.


Configure Service Principal Details

Once the application is created, you must configure its Service Principal details. These values are essential for the consumption side to authenticate before calling the policy evaluation API.

Prerequisites

Configure the IdP Application Details

Create a separate application to integrate the graph endpoint as source in TrustLogix. Please follow prerequisitesarrow-up-right step to get the required details to complete the integration.

Get Application(Client) ID and Directory(Tenant) ID from Azure Application Overview page.

Copy Secret value while creating in prerequisites step.

  • Select the Application: From the application list, click on the newly created application name (e.g., "Finance Analysis").

  • Access Configuration: Click on the "Configuration" tab located in the top menu.

  • Fill Service Principal Details:

    • Client ID: Enter the unique identifier for the application.

    • Client Secret Value: Enter the secret key associated with the application.

    • Application Scope: Define the scope required for the application's access.

    • Token Endpoint: Enter the URL endpoint used to retrieve authentication tokens.


Finalize Registration

  • Save Configuration: Click "Save" at the bottom of the Configuration page to store the service principal details.

  • Confirmation: Ensure the "Application created successfully" notification appears.

Note: Only applications with an "Active" status can be targeted by new Access Policies. Ensure the toggle for "Application Status" is enabled during configuration.

Last updated

Was this helpful?