Skip to content
Discussion options

You must be logged in to vote

Hi @bayer-veera, yes — ContextForge fully supports validating external JWT tokens, including Azure Entra ID. Here are the options:

Option 1 — Built-in Azure Entra ID SSO (recommended):

ContextForge has dedicated Entra ID support (config.py:376-378):

SSO_ENTRA_TENANT_ID=your-tenant-id
SSO_ENTRA_CLIENT_ID=your-client-id
SSO_ENTRA_CLIENT_SECRET=your-client-secret

This enables full SSO login, token validation via Entra's JWKS endpoint, group-to-team mapping, and role mapping. The gateway auto-discovers Entra's JWKS keys. Group overage handling (for users with >200 groups) with Microsoft Graph API fallback is also supported (sso_service.py:1300-1312).

Option 2 — Generic OIDC with JWKS URI:

For…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bayer-veera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants