Konnect supports external single sign-on with SAML authentication using Microsoft Entra. This allows Org admins to log in with SSO and is an alternative to Konnect’s built-in authentication.
The following diagram shows the SAML authentication flow between a user, Konnect, and Microsoft Entra ID:
sequenceDiagram
participant User
participant Konnect as Konnect
participant Entra as Entra ID (IdP)
User->>Konnect: Access login URL (https://cloud.konghq.com/login/<custom_path>)
Konnect->>User: Redirect to IdP SSO URL (https://login.microsoftonline.com/<tenant_id>/saml2)
User->>Entra: Send SAML request (SP entity ID: https://cloud.konghq.com/sp/<organization_id>)
Entra->>User: Return SAML response with claims (email, name ID, groups)
User->>Konnect: Post SAML response to ACS URL (https://global.api.konghq.com/v2/authenticate/<custom_path>/saml/acs)
Konnect->>Konnect: Validate SAML response (verify signature, claims)
Konnect->>User: Grant access to Konnect