Skip to content

Commit

Permalink
website/integrations: Fix Nextcloud SAML Docs for SLO (goauthentik#11118
Browse files Browse the repository at this point in the history
)

Fix Nextcloud SAML Docs for SLO

The given SLO URL for authenticating in Nextcloud with SAML is missing a required trailing slash.

If it's not there, it will not be possible to log out in a Nextcloud instance that has been set up according to the docs.

Signed-off-by: Jonathan Lai <[email protected]>
  • Loading branch information
naruyan authored Aug 29, 2024
1 parent f83c84b commit 59fa449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/nextcloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Set the following values:
- Optional display name of the identity provider (default: "SSO & SAML log in"): `authentik`
- Identifier of the IdP entity (must be a URI): `https://authentik.company`
- URL Target of the IdP where the SP will send the Authentication Request Message: `https://authentik.company/application/saml/<application-slug>/sso/binding/redirect/`
- URL Location of IdP where the SP will send the SLO Request: `https://authentik.company/application/saml/<application-slug>/slo/binding/redirect`
- URL Location of IdP where the SP will send the SLO Request: `https://authentik.company/application/saml/<application-slug>/slo/binding/redirect/`
- Public X.509 certificate of the IdP: Copy the PEM of the Selected Signing Certificate

Under Attribute mapping, set these values:
Expand Down

0 comments on commit 59fa449

Please sign in to comment.