From 310cc65e5d38d2968e31c9a5bcd1da1305b9307c Mon Sep 17 00:00:00 2001 From: danciaclara Date: Tue, 30 Sep 2025 18:10:45 +0530 Subject: [PATCH] Fixed typo in SAML page --- self-hosting/govern/saml-sso.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-hosting/govern/saml-sso.mdx b/self-hosting/govern/saml-sso.mdx index 227e54dc..939dd65b 100644 --- a/self-hosting/govern/saml-sso.mdx +++ b/self-hosting/govern/saml-sso.mdx @@ -20,9 +20,9 @@ Create a Plane client or application per your IdP's documentation and configure | **Config** | **Value** | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| -| Entity ID

Metadata that identifies Plane as an authorized service on your IdP | `http(s)://domain.tld/auth/oidc/` | -| ACS URL

Assertion Consumer service that your IdP will redirect to after successful authentication by a user

This is roughly the counterpart of the `Callback URL` in OIDC set-ups. | `http(s)://domain.tld/auth/oidc/callback/`

Plane supports HTTP-POST bindings. | -| SLS URL

Single Logout Service that your IdP will recognize to end a Plane session when a user logs out

This is roughly the counterpart of the `Logout URL` in OIDC set-ups. | `http(s)://domain.tld/auth/oidc/logout/` | +| Entity ID

Metadata that identifies Plane as an authorized service on your IdP | `http(s)://domain.tld/auth/saml/` | +| ACS URL

Assertion Consumer service that your IdP will redirect to after successful authentication by a user

This is roughly the counterpart of the `Callback URL` in SAML set-ups. | `http(s)://domain.tld/auth/saml/callback/`

Plane supports HTTP-POST bindings. | +| SLS URL

Single Logout Service that your IdP will recognize to end a Plane session when a user logs out

This is roughly the counterpart of the `Logout URL` in SAML set-ups. | `http(s)://domain.tld/auth/saml/logout/` | When setting these values up on the IdP, it’s important to remember Plane does not need to provide a signing certificate like other service providers.