* website: fix British spellings flagged by cspell Apply American spellings (behaviour->behavior, colour->color, organise->organize, etc.) across release notes, integration docs, and security docs. Part of enabling cspell's British-spelling rule; the rule itself lands in a separate PR once all areas are clean. Co-Authored-By: Playpen Agent <279763771+playpen-agent@users.noreply.github.com> * Update website/docs/developer-docs/docs/style-guide.mdx Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Playpen Agent <279763771+playpen-agent@users.noreply.github.com> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@goauthentik.io>
1.9 KiB
title, sidebar_label, support_level
| title | sidebar_label | support_level |
|---|---|---|
| Integrate with Sentry | Sentry | authentik |
What is Sentry?
Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time. One million developers at over fifty thousand companies already ship better software faster with Sentry. Won’t you join them?
Preparation
The following placeholders are used in this guide:
sentry.companyis the FQDN of the Sentry installation.authentik.companyis the FQDN of the authentik installation.
:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
Create an application in authentik. Create a SAML Provider with the following values
- ACS URL:
https://sentry.company/saml/acs/<sentry organization name>/ - Audience:
https://sentry.company/saml/metadata/<sentry organization name>/
Under Advanced protocol settings, set the following:
- Signing Certificate: Select any certificate.
- Property Mapping: Select all Managed Mappings
Sentry
This guide assumes you've installed Sentry using getsentry/self-hosted
Navigate to Settings > Auth, and click Configure next to SAML2.
In authentik, get the Metadata URL by right-clicking Download Metadata and selecting Copy Link Address, and paste that URL into Sentry.
On the next screen, input these values.
- IdP User ID:
http://schemas.goauthentik.io/2021/02/saml/uid - User Email:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress - First Name:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
After confirming, Sentry will authenticate with authentik, and you should be redirected back to a page confirming your settings.
