Skip to content

feat: make Microsoft Entra ID tenant configurable#1999

Merged
umputun merged 1 commit intomasterfrom
configurable-microsoft-tenant
Feb 11, 2026
Merged

feat: make Microsoft Entra ID tenant configurable#1999
umputun merged 1 commit intomasterfrom
configurable-microsoft-tenant

Conversation

@paskal
Copy link
Collaborator

@paskal paskal commented Feb 10, 2026

Summary

  • Add AUTH_MICROSOFT_TENANT env var to configure the Azure AD tenant for Microsoft OAuth
  • Defaults to common (multi-tenant), allowing single-tenant Entra ID apps to specify their tenant ID or domain
  • Update site documentation with the new parameter

Depends on go-pkgz/auth#266

Closes #1998

@paskal paskal force-pushed the configurable-microsoft-tenant branch from f647b57 to ca3519a Compare February 10, 2026 23:47
Add AUTH_MICROSOFT_TENANT env var to allow configuring the Azure AD
tenant for single-tenant Entra ID applications, which cannot use the
default /common endpoint.

Depends on go-pkgz/auth#266

Closes #1998
@paskal paskal force-pushed the configurable-microsoft-tenant branch from ca3519a to 31e20fc Compare February 11, 2026 00:45
@paskal paskal marked this pull request as ready for review February 11, 2026 00:46
@paskal paskal requested a review from umputun as a code owner February 11, 2026 00:46
Copy link
Owner

@umputun umputun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thx

@umputun umputun merged commit e3b0d63 into master Feb 11, 2026
5 of 6 checks passed
@umputun umputun deleted the configurable-microsoft-tenant branch February 11, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Make Microsoft Entra ID Tenant configurable

2 participants