Skip to content

docs: reference dashboard Redirect URL in provider setup guides#1516

Closed
N2D4 wants to merge 3 commits into
devfrom
devin/1779999334-docs-provider-callback-urls
Closed

docs: reference dashboard Redirect URL in provider setup guides#1516
N2D4 wants to merge 3 commits into
devfrom
devin/1779999334-docs-provider-callback-urls

Conversation

@N2D4
Copy link
Copy Markdown
Contributor

@N2D4 N2D4 commented May 28, 2026

Updated all 12 OAuth provider documentation pages to reference the Redirect URL shown in the Hexclave dashboard, with the Hexclave Cloud URL as the default. This aligns with the customCallbackUrl feature from #1512.

Link to Devin session: https://app.devin.ai/sessions/e376c0b00c6c41219c02d7a3efb36089
Requested by: @N2D4


Summary by cubic

Updated all 12 OAuth provider setup guides to use the Redirect URL shown in the Hexclave dashboard, replacing hardcoded callbacks. Simplified examples to use https://api.hexclave.com/... by default, reiterated “always copy from the dashboard,” and clarified Hexclave Cloud vs self‑hosted (with simpler Apple domain wording), aligning with the customCallbackUrl feature.

Written for commit d79370e. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Documentation
    • Improved authentication setup guides for Apple, Bitbucket, GitLab, and LinkedIn with clarified OAuth callback URL instructions.
    • Enhanced Apple authentication guide to differentiate between cloud-hosted and self-hosted deployment configuration steps.
    • Refined callback and redirect URL configuration steps across provider guides for clearer user guidance.

Review Change Stack

Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-auth-hosted-components Ready Ready Preview, Comment May 29, 2026 12:41am
stack-auth-internal-tool Ready Ready Preview, Comment May 29, 2026 12:41am
stack-auth-mcp Ready Ready Preview, Comment May 29, 2026 12:41am
stack-auth-skills Ready Ready Preview, Comment May 29, 2026 12:41am
stack-backend Ready Ready Preview, Comment May 29, 2026 12:41am
stack-dashboard Ready Ready Preview, Comment May 29, 2026 12:41am
stack-demo Ready Ready Preview, Comment May 29, 2026 12:41am
stack-docs Ready Ready Preview, Comment May 29, 2026 12:41am
stack-preview-backend Ready Ready Preview, Comment May 29, 2026 12:41am
stack-preview-dashboard Building Building Preview, Comment May 29, 2026 12:41am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

📝 Walkthrough

Walkthrough

Documentation updates across four OAuth provider setup guides standardize how Hexclave callback and redirect URLs are presented: the Apple guide differentiates domain registration between Cloud and self-hosted deployments while instructing users to copy the Redirect URL from the dashboard; Bitbucket, GitLab, and LinkedIn guides reword instructions to reference the dashboard value directly instead of using entry directives.

Changes

OAuth Provider Redirect URL Consolidation

Layer / File(s) Summary
Apple: domain registration and Redirect URL guidance
docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx
Apple guide now differentiates Hexclave Cloud domain (api.hexclave.com) from self-hosted (user's API domain) and instructs users to copy the exact Redirect URL from the Hexclave dashboard rather than using a fixed return URL.
Bitbucket, GitLab, LinkedIn: Redirect URL wording standardization
docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx, docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx, docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx
Bitbucket, GitLab, and LinkedIn provider setup instructions reworded to present the Hexclave callback/redirect URL as a labeled dashboard value, removing the "Enter" directive phrasing while keeping the example URLs unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 OAuth guides now gleam with clarity bright,
Dashboard Redirect URLs guide the right,
Cloud or self-hosted, each path made plain,
Callbacks and domains, no more refrain! 🌐✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating OAuth provider documentation to reference the Redirect URL from the Hexclave dashboard rather than hardcoded URLs.
Description check ✅ Passed The description provides clear context about the changes, references the related feature (#1512), and includes supporting information like the Devin session link and summary.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch devin/1779999334-docs-provider-callback-urls

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 28, 2026

Greptile Summary

This PR updates all 12 OAuth provider setup guides to instruct users to copy the Redirect URL directly from the Hexclave dashboard rather than hardcoding the Hexclave Cloud URL, aligning the docs with the customCallbackUrl feature from #1512. The Hexclave Cloud URL is now provided parenthetically as a reference default.

  • All 12 provider guides (apple, bitbucket, discord, facebook, github, gitlab, google, linkedin, microsoft, spotify, twitch, x-twitter) receive the same wording change — replacing a bare hardcoded URL with dashboard-directed guidance plus the Cloud URL as a fallback example.
  • apple.mdx also gains an extra self-hosted note for the domain registration step (step 15), which the other providers do not have — this is the only file with a slightly different change surface.

Confidence Score: 5/5

Documentation-only change across 12 provider guides; no runtime code is modified.

Every change is a string replacement in .mdx docs — the new wording correctly directs users to the dashboard Redirect URL and preserves the Hexclave Cloud URL as a concrete example. The apple.mdx file gains a small additional self-hosted note that is accurate and consistent with the intent of the PR. No logic, config, or code paths are touched.

No files require special attention.

Important Files Changed

Filename Overview
docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx Updated Apple setup to reference Redirect URL from dashboard; also adds self-hosted domain guidance for step 15
docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx Replaced hardcoded Bitbucket callback URL with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/discord.mdx Replaced hardcoded Discord redirect URL with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/facebook.mdx Replaced hardcoded Facebook redirect URI with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/github.mdx Updated both GitHub App and OAuth App sections to reference dashboard Redirect URL
docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx Replaced hardcoded GitLab redirect URI with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/google.mdx Replaced hardcoded Google authorized redirect URI with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx Replaced hardcoded LinkedIn redirect URL with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/microsoft.mdx Replaced hardcoded Microsoft redirect URI with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/spotify.mdx Replaced hardcoded Spotify redirect URI with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/twitch.mdx Replaced hardcoded Twitch OAuth redirect URL with dashboard Redirect URL reference
docs-mintlify/guides/apps/authentication/auth-providers/x-twitter.mdx Replaced hardcoded X/Twitter callback URL with dashboard Redirect URL reference

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User clicks Sign in with OAuth] --> B[Hexclave initiates OAuth flow]
    B --> C[Provider receives authorization request]
    C --> D{User consents?}
    D -- Yes --> E[Provider calls back to Redirect URL]
    D -- No --> F[Login cancelled]
    E --> G[Hexclave validates callback]
    G --> H[User session created]
Loading

Reviews (1): Last reviewed commit: "docs: update provider callback URLs to r..." | Re-trigger Greptile

Comment thread docs-mintlify/guides/apps/authentication/auth-providers/x-twitter.mdx Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx (1)

33-33: 💤 Low value

Consider simplifying the wording to match other provider guides.

The phrase "return URL shown as the Redirect URL" is slightly awkward compared to the simpler pattern used in other provider files. While it attempts to bridge Apple's "return URL" terminology with Hexclave's "Redirect URL" field name, the construction makes the sentence harder to parse.

✍️ Suggested wording to match other provider guides
-    16. Add the return URL shown as the Redirect URL in the Hexclave dashboard when configuring Apple (for Hexclave Cloud, this is `https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)
+    16. Add the Redirect URL shown in the Hexclave dashboard when configuring Apple as the return URL (for Hexclave Cloud, this is `https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)

Or even simpler:

-    16. Add the return URL shown as the Redirect URL in the Hexclave dashboard when configuring Apple (for Hexclave Cloud, this is `https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)
+    16. Add the Redirect URL shown in the Hexclave dashboard when configuring Apple (for Hexclave Cloud, this is `https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx` at line
33, The sentence "Add the return URL shown as the Redirect URL in the Hexclave
dashboard when configuring Apple (for Hexclave Cloud, this is
`https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)" is awkward;
simplify it to match other provider guides by replacing it with a clearer
phrasing like "Add the Redirect URL from the Hexclave dashboard when configuring
Apple (for Hexclave Cloud, this is
`https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)". Locate and update
the line in auth-providers/apple.mdx that contains "return URL shown as the
Redirect URL" and swap in the simpler "Redirect URL from the Hexclave dashboard"
wording to maintain consistency.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs-mintlify/guides/apps/authentication/auth-providers/microsoft.mdx`:
- Line 22: Replace the absolute claim that the Microsoft callback is always
`https://api.hexclave.com/api/v1/auth/oauth/callback/microsoft` with wording
that instructs users to copy the Redirect URL shown in the Hexclave dashboard
(the dashboard value is the single source of truth), and optionally note that
some cloud/legacy tenants may use alternate domains (e.g.,
`https://api.stack-auth.com/...`) so do not hardcode the example URL in the
guide—use the dashboard-provided Redirect URL instead.

---

Nitpick comments:
In `@docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx`:
- Line 33: The sentence "Add the return URL shown as the Redirect URL in the
Hexclave dashboard when configuring Apple (for Hexclave Cloud, this is
`https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)" is awkward;
simplify it to match other provider guides by replacing it with a clearer
phrasing like "Add the Redirect URL from the Hexclave dashboard when configuring
Apple (for Hexclave Cloud, this is
`https://api.hexclave.com/api/v1/auth/oauth/callback/apple`)". Locate and update
the line in auth-providers/apple.mdx that contains "return URL shown as the
Redirect URL" and swap in the simpler "Redirect URL from the Hexclave dashboard"
wording to maintain consistency.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: edfe6f8a-7f4d-4e7d-b7c5-e358f330097f

📥 Commits

Reviewing files that changed from the base of the PR and between fa2baa8 and 1d6cd74.

📒 Files selected for processing (12)
  • docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/discord.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/facebook.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/github.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/google.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/microsoft.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/spotify.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/twitch.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/x-twitter.mdx

Comment thread docs-mintlify/guides/apps/authentication/auth-providers/microsoft.mdx Outdated
…oss all providers

Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 12 files

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

Re-trigger cubic

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx`:
- Line 19: The docs still show a hardcoded Callback URL for the Bitbucket
provider ("Callback URL:
https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket"); update the text
to instruct users to copy the exact Redirect URL value from the Hexclave
dashboard (e.g., refer to "Redirect URL" shown in the dashboard) and remove the
hardcoded URL so self-hosted deployments and the customCallbackUrl feature are
supported; ensure the Bitbucket provider section references "Redirect URL (copy
from dashboard)" and mentions customCallbackUrl where appropriate.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 23f2a2d7-6cea-4073-82c9-e9dfee3919c8

📥 Commits

Reviewing files that changed from the base of the PR and between 7a11151 and d79370e.

📒 Files selected for processing (4)
  • docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx
✅ Files skipped from review due to trivial changes (2)
  • docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx
  • docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx

- **Name**: Choose a name for your application
- **Description**: Add a brief description of your application
- **Callback URL**: Enter `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
- **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 29, 2026

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Documentation doesn't match PR objectives—missing dashboard reference instruction.

The PR objectives state that documentation should "include an instruction to always copy the exact Redirect URL from the dashboard" and "reference the Redirect URL shown in the Hexclave dashboard instead of hardcoded callback URLs." However, line 19 still shows a hardcoded URL (https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket) without any instruction to copy from the dashboard.

This creates issues for:

  • Self-hosted users: The hardcoded api.hexclave.com URL won't work for their deployments
  • Maintainability: If callback URL structure changes, documentation becomes outdated
  • Feature alignment: Doesn't support the customCallbackUrl feature mentioned in the PR objectives

Consider rewording to instruct users to copy the value from the dashboard, similar to how the Apple guide was updated (per the review stack context).

📋 Suggested fix to reference dashboard value
-       - **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
+       - **Callback URL**: Copy the **Redirect URL** shown in the Hexclave dashboard for the Bitbucket provider (e.g., `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` for Hexclave Cloud)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
- **Callback URL**: Copy the **Redirect URL** shown in the Hexclave dashboard for the Bitbucket provider (e.g., `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` for Hexclave Cloud)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx` at
line 19, The docs still show a hardcoded Callback URL for the Bitbucket provider
("Callback URL: https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket");
update the text to instruct users to copy the exact Redirect URL value from the
Hexclave dashboard (e.g., refer to "Redirect URL" shown in the dashboard) and
remove the hardcoded URL so self-hosted deployments and the customCallbackUrl
feature are supported; ensure the Bitbucket provider section references
"Redirect URL (copy from dashboard)" and mentions customCallbackUrl where
appropriate.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Intentional — per maintainer direction, these docs assume Hexclave Cloud and use the api.hexclave.com URL directly without dashboard-reference wording.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Skipped: comment is from another GitHub bot.

Copy link
Copy Markdown

@vercel vercel Bot left a comment

Choose a reason for hiding this comment

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

Additional Suggestion:

All 12 OAuth provider guides were reverted from referencing Redirect URLs shown in the Hexclave dashboard back to hardcoding api.hexclave.com URLs, undoing the purpose of the PR that added support for self-hosted deployments and the customCallbackUrl feature.

Fix on Vercel

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

2 issues found across 12 files (changes from recent commits).

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs-mintlify/guides/apps/authentication/auth-providers/github.mdx">

<violation number="1">
P2: This change removes the instruction to copy the Redirect URL from the dashboard and hardcodes the cloud URL instead — the opposite of what the PR description states. Self-hosted users or those using `customCallbackUrl` would get incorrect instructions. Consider keeping the dashboard reference, e.g.:

> For **Authorization callback URL**, add the Redirect URL shown in the Hexclave dashboard (for Hexclave Cloud, the default is `https://api.hexclave.com/api/v1/auth/oauth/callback/github`).</violation>
</file>

<file name="docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx">

<violation number="1" location="docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx:19">
P2: This change removes the dashboard reference and replaces it with a hardcoded URL, which is the opposite of what the PR description states ("reference the Redirect URL shown in the Hexclave dashboard, replacing hardcoded callbacks"). The previous text guided users to copy the exact Redirect URL from their dashboard, which is especially important for self-hosted deployments or when using `customCallbackUrl`. Consider keeping the dashboard reference.</violation>
</file>

Tip: Review your code locally with the cubic CLI to iterate faster.

Fix all with cubic | Re-trigger cubic

- **Name**: Choose a name for your application
- **Description**: Add a brief description of your application
- **Callback URL**: Enter `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
- **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 29, 2026

Choose a reason for hiding this comment

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

P2: This change removes the dashboard reference and replaces it with a hardcoded URL, which is the opposite of what the PR description states ("reference the Redirect URL shown in the Hexclave dashboard, replacing hardcoded callbacks"). The previous text guided users to copy the exact Redirect URL from their dashboard, which is especially important for self-hosted deployments or when using customCallbackUrl. Consider keeping the dashboard reference.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx, line 19:

<comment>This change removes the dashboard reference and replaces it with a hardcoded URL, which is the opposite of what the PR description states ("reference the Redirect URL shown in the Hexclave dashboard, replacing hardcoded callbacks"). The previous text guided users to copy the exact Redirect URL from their dashboard, which is especially important for self-hosted deployments or when using `customCallbackUrl`. Consider keeping the dashboard reference.</comment>

<file context>
@@ -16,7 +16,7 @@ This guide explains how to set up Bitbucket as an authentication provider with H
        - **Name**: Choose a name for your application
        - **Description**: Add a brief description of your application
-       - **Callback URL**: Enter the Redirect URL shown in the Hexclave dashboard when configuring Bitbucket (for Hexclave Cloud, this is commonly `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` — always copy the exact value from your dashboard)
+       - **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
        - **Permissions**: Under **Account**, select at minimum **Email** and **Read**
     6. Click **Save**.
</file context>
Suggested change
- **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket`
- **Callback URL**: Enter the Redirect URL shown in the Hexclave dashboard when configuring Bitbucket (for Hexclave Cloud, this is commonly `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` — always copy the exact value from your dashboard)
Fix with Cubic

@N2D4 N2D4 closed this May 29, 2026
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.

1 participant