docs(user-guide): add per-user oauth 2.0 sign-in for gitlab, jira, and confluence - #401
Open
batyrkhanmekin-glitch wants to merge 4 commits into
Conversation
PR Preview Ready!Your preview documentation is ready! Visit it here: Preview URL: http://codemie-docs-pr-previews.s3-website.eu-central-1.amazonaws.com/pr-401/ This preview will be automatically updated when you push new commits to this PR. |
elluvium
reviewed
Sep 10, 2026
|
|
||
| ```yaml | ||
| env: | ||
| GITLAB_OAUTH_ENABLED: 'true' |
Collaborator
There was a problem hiding this comment.
Not sure that we require a new visual tile just for this page. Also there's a special doc page with API configuration Please move it also there
There was a problem hiding this comment.
configuration, this page is not accessible for me. Can you please give me permission or share some other needed details
batyrkhanmekin-glitch
force-pushed
the
docs/EPMCDME-13527-gitlab-jira-confluence-oauth
branch
from
September 10, 2026 11:42
27ca100 to
c029ea9
Compare
batyrkhanmekin-glitch
force-pushed
the
docs/EPMCDME-13527-gitlab-jira-confluence-oauth
branch
from
September 10, 2026 12:40
bcf98fa to
d90aa37
Compare
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
Documents the per-user OAuth 2.0 sign-in flow for GitLab, Jira, and Confluence integrations (EPMCDME-13527). An administrator configures the OAuth application once; each member then authorizes under their own account so tokens are per-user — nobody borrows another member's token.
Changes
jira.mdxandconfluence.mdxwith tabbed PAT / OAuth 2.0 integration setup and a new "Connect from Chat" section for the in-chat connect gategit-github-gitlab-bitbucket.mdwith a GitLab OAuth 2.0 authentication tab and in-chat connect section; feature-flag visibility note (GITLAB_OAUTH_ENABLED)docs/admin/configuration/oauth-integrations.md— admin guide covering provider enable flags, GitLab OAuth app registration, Atlassian OAuth app registration (shared for Jira + Confluence), env vars, and troubleshooting tabletools/overview.mdand FeatureCard to admin configuration indexTesting
npm startQuality Checks
npm run checkpasses (typecheck + lint + commitlint)Additional Notes
Screenshots for the new OAuth sections are pending capture. Placeholder filenames for when screenshots are added:
jira-oauth-integration-form.png,jira-chat-auth-prompt.pngconfluence-oauth-integration-form.png,confluence-chat-auth-prompt.pnggit-gitlab-oauth-integration-form.png,git-gitlab-chat-auth-prompt.png