Purpose
This document describes how to configure Single Sign-On (SSO) between your Microsoft Azure / Entra ID tenant and the Responsibly.tech platform. Responsibly.tech supports authentication using OpenID Connect (OIDC), with Microsoft Entra ID acting as the enterprise Provider and Auth0 used as the authentication broker.Authentication Protocol
| Item | Value |
|---|---|
| Protocol | OpenID Connect (OIDC) |
| OAuth flow | Authorization Code Flow |
| Identity provider | Microsoft Entra ID |
| Token format | JWT |
High-Level Authentication Flow
- A user initiates login to Responsibly.tech.
- The user is redirected to Microsoft Entra ID for authentication.
- Upon successful authentication, the user is redirected back and signed in to Responsibly.tech.
Azure / Entra ID Configuration
Application Registration Register a Web application in your Micrososft Entra ID tenant.| Setting | Value |
|---|---|
| Application type | Web |
| Redirect URI | https://prod-responsibly.eu.auth0.com/login/callback |
| Supported account types | As appropriate for your tenant |
- Create a Client Secret
- Record the Application (Client) ID
Information to Provide Responsibly.tech
| Item | Description |
|---|---|
| Entra ID tenant domain | e.g. company.onmicrosoft.com or verified domain |
| Client ID | Application (Client) ID |
| Client Secret | Client secret value |
User Identity & Claims
| Claim | Requirement |
|---|---|
| Required and must be unique per user |
- given_name
- family_name
- name
Endpoints & URLs
| Purpose | Value |
|---|---|
| Redirect / Callback URL | https://prod-responsibly.eu.auth0.com/login/callback |
| Protocol | OpenID Connect (OIDC) |