Update selfhosted auth docs: Entra ID support and new auth block pattern#925
Closed
mhotan wants to merge 1 commit intopeeter/selfhosted-docsfrom
Closed
Update selfhosted auth docs: Entra ID support and new auth block pattern#925mhotan wants to merge 1 commit intopeeter/selfhosted-docsfrom
mhotan wants to merge 1 commit intopeeter/selfhosted-docsfrom
Conversation
Deploying docs with
|
| Latest commit: |
ee13bc5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bfe7504b.docs-dog.pages.dev |
| Branch Preview URL: | https://mike-selfhosted-auth-docs.docs-dog.pages.dev |
a1bd69e to
8ade61d
Compare
- Replace deprecated globals (OIDC_BASE_URL, OIDC_CLIENT_ID, CLI_CLIENT_ID) with adminServer.auth block configuration - Add provider-specific tabs: Okta, Entra ID, Generic OIDC - Document Entra ID specifics: scope separation (/.default vs /all), SP Object ID as sub claim, idtyp optional claim, AADSTS errors - Add subjectClaimNames and identityTypeClaimsForApps configuration - Update authorization.md: type "Union" is now preferred over "UserClouds" - Add provider note about sub claim differences in authz service accounts - Add Entra-specific troubleshooting sections - Remove TODO comment Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8ade61d to
ee13bc5
Compare
3 tasks
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OIDC_BASE_URL,OIDC_CLIENT_ID,CLI_CLIENT_ID) with the newadminServer.authblock pattern in authentication.mdidtypoptional claim, common AADSTS errorstype: "Union"now preferred over"UserClouds"subclaim differences for service account permissionsBased on
peeter/selfhosted-docs. These changes align the docs with helm-charts PRs #348–#354 and cloud PR #15134.Context
While adding Entra ID support to the selfhosted stack, we consolidated auth config from scattered globals into the
adminServer.authblock. The docs needed to reflect this new pattern and cover Entra ID as a first-class IdP alongside Okta.Test Plan
make devwithvariant = "selfmanaged"renders correctly🤖 Generated with Claude Code