Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions develop-docs/self-hosted/configuration/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ auth-google.client-id: '<client id>'
auth-google.client-secret: '<client secret>'
```

The redirect URL should be `${url-prefix}/auth/sso/`.

After that you need to go into your Organization Settings => Organization => Auth and enable the Google Provider.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The navigation path Organization Settings => Organization => Auth is incorrect. The correct path to Sentry's Auth settings is Org Settings > Auth.
Severity: LOW

Suggested Fix

Update the navigation path in sso.mdx to Org Settings > Auth to match the actual UI and other documentation. The URL can also be provided for clarity: /settings/ORG_SLUG/auth/.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: develop-docs/self-hosted/configuration/sso.mdx#L42

Potential issue: The documentation provides an incorrect navigation path for accessing
SSO settings: `Organization Settings => Organization => Auth`. The intermediate `=>
Organization =>` step does not exist in the Sentry UI. The correct path is `Org Settings
> Auth`, as confirmed by other documentation files. This error will prevent users from
finding the authentication settings page, hindering their ability to configure SSO.

Did we get this right? 👍 / 👎 to inform future reviews.


<Alert title="Note">
After changing configuration files, re-run the <code>./install.sh</code> script, to rebuild and restart the containers. See the <Link to="/self-hosted/#configuration">configuration section</Link> for more information.
</Alert>
Expand Down
Loading