website/docs: fix missing SAML cert in sentry docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5d479a6c8f
commit
9295d1ed0b
|
@ -24,9 +24,13 @@ The following placeholders will be used:
|
||||||
Create an application in authentik. Create a SAML Provider with the following values
|
Create an application in authentik. Create a SAML Provider with the following values
|
||||||
|
|
||||||
- ACS URL: `https://sentry.company/saml/acs/<sentry organisation name>/`
|
- ACS URL: `https://sentry.company/saml/acs/<sentry organisation name>/`
|
||||||
- Audience: `https://sentry.company/saml/metadata/<sentry organisation name>/`
|
|
||||||
- Issuer: `authentik`
|
- Issuer: `authentik`
|
||||||
- Service Provider Binding: `Post`
|
- Service Provider Binding: `Post`
|
||||||
|
- Audience: `https://sentry.company/saml/metadata/<sentry organisation name>/`
|
||||||
|
|
||||||
|
Under *Advanced protocol settings*, set the following:
|
||||||
|
|
||||||
|
- Signing Certificate: Select any certificate.
|
||||||
- Property Mapping: Select all Managed Mappings
|
- Property Mapping: Select all Managed Mappings
|
||||||
|
|
||||||
## Sentry
|
## Sentry
|
||||||
|
|
Reference in New Issue