Register Your Application in Microsoft Entra ID
To connect Microsoft Entra ID with StackOne, you need to register an application in Microsoft Entra ID to obtain OAuth 2.0 credentials.
Sign in to Microsoft Entra Admin Center
Sign in to the Microsoft Entra admin center as at least an Application Developer. If you have access to multiple tenants, click the Settings (gear) icon in the top-right corner, then select the desired tenant from the list under Directory + subscription.
Create a New App Registration
From the left sidebar, go to App registrations and click on New registration.
- Enter a meaningful Name for your app (e.g., StackOne Entra ID Integration).
- Under Supported account types, select Accounts in this organizational directory only for single-tenant access.
- Select Register to create the app registration.
Configure Redirect URI
Set up the OAuth 2.0 callback URL to enable authentication flow between StackOne and Microsoft Entra ID.
Navigate to Authentication Settings
From your app’s Overview page, select Authentication from the left menu under Manage.
Configure API Permissions
Grant your application the necessary Microsoft Graph API permissions.
Add Delegated Permissions
Click Add a permission, select Microsoft Graph, then select Delegated permissions. This auth option uses an interactive OAuth 2.0 flow on behalf of a signed-in user and only supports delegated permissions. Enable the required scopes and click Add permissions to save.
Generate Client Secret
Create a client secret that will be used to authenticate your application with Microsoft Entra ID.
Create a New Client Secret
Under the Client secrets tab, click New client secret.
- Add a Description (e.g., StackOne Entra ID Integration Secret).
- Select an appropriate expiration period.
- Click Add.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Microsoft Entra ID:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Microsoft Entra ID
- Select Type as OAuth 2.0 (Tenant)
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Tenant ID
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile