2020-11-15 21:42:02 +00:00
|
|
|
|
---
|
|
|
|
|
title: Sentry
|
|
|
|
|
---
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
2022-06-15 19:31:34 +00:00
|
|
|
|
<span class="badge badge--primary">Support level: authentik</span>
|
|
|
|
|
|
2019-12-14 13:28:14 +00:00
|
|
|
|
## What is Sentry
|
|
|
|
|
|
|
|
|
|
From https://sentry.io
|
|
|
|
|
|
2020-11-15 21:42:02 +00:00
|
|
|
|
:::note
|
|
|
|
|
Sentry provides self-hosted and cloud-based error monitoring that helps all software
|
|
|
|
|
teams discover, triage, and prioritize errors in real-time.
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
2020-11-15 21:42:02 +00:00
|
|
|
|
One million developers at over fifty thousand companies already ship
|
|
|
|
|
better software faster with Sentry. Won’t you join them?
|
|
|
|
|
:::
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
|
|
|
|
## Preparation
|
|
|
|
|
|
|
|
|
|
The following placeholders will be used:
|
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
|
- `sentry.company` is the FQDN of the Sentry install.
|
|
|
|
|
- `authentik.company` is the FQDN of the authentik install.
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
|
Create an application in authentik. Create a SAML Provider with the following values
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
|
- ACS URL: `https://sentry.company/saml/acs/<sentry organisation name>/`
|
|
|
|
|
- Issuer: `authentik`
|
|
|
|
|
- Service Provider Binding: `Post`
|
|
|
|
|
- Audience: `https://sentry.company/saml/metadata/<sentry organisation name>/`
|
2021-11-09 22:42:16 +00:00
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
|
Under _Advanced protocol settings_, set the following:
|
2021-11-09 22:42:16 +00:00
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
|
- Signing Certificate: Select any certificate.
|
|
|
|
|
- Property Mapping: Select all Managed Mappings
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
|
|
|
|
## Sentry
|
|
|
|
|
|
2023-03-17 10:17:09 +00:00
|
|
|
|
**This guide assumes you've installed Sentry using [getsentry/self-hosted](https://github.com/getsentry/self-hosted)**
|
2019-12-14 13:28:14 +00:00
|
|
|
|
|
2020-09-18 21:50:00 +00:00
|
|
|
|
Navigate to Settings -> Auth, and click on Configure next to SAML2
|
|
|
|
|
|
|
|
|
|
![](./auth.png)
|
|
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
|
In authentik, get the Metadata URL by right-clicking `Download Metadata` and selecting Copy Link Address, and paste that URL into Sentry.
|
2020-09-18 21:50:00 +00:00
|
|
|
|
|
|
|
|
|
On the next screen, input these Values
|
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
|
- 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`
|
2020-09-18 21:50:00 +00:00
|
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
|
After confirming, Sentry will authenticate with authentik, and you should be redirected back to a page confirming your settings.
|