From 577bddb8e5e76e3bd910b2cf2c922329b409c917 Mon Sep 17 00:00:00 2001 From: Angel-Tornero Date: Thu, 30 Apr 2026 13:58:56 +0200 Subject: [PATCH] Fix broken SAML 2.0 specification links in documentation Closes #48611 Signed-off-by: Angel-Tornero --- docs/documentation/server_admin/topics/overview/how.adoc | 2 +- .../server_admin/topics/sso-protocols/con-saml.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/server_admin/topics/overview/how.adoc b/docs/documentation/server_admin/topics/overview/how.adoc index ba3fab81187..69011e0b8d6 100644 --- a/docs/documentation/server_admin/topics/overview/how.adoc +++ b/docs/documentation/server_admin/topics/overview/how.adoc @@ -3,7 +3,7 @@ {project_name} is a separate server that you manage on your network. Applications are configured to point to and be secured by this server. {project_name} uses open protocol standards like link:https://openid.net/developers/how-connect-works/[OpenID Connect] -or link:https://saml.xml.org/saml-specifications[SAML 2.0] to secure +or link:https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html[SAML 2.0] to secure your applications. Browser applications redirect a user's browser from the application to the {project_name} authentication server where they enter their credentials. This redirection is important because users are completely isolated from applications and applications never see a user's credentials. Applications instead are given an identity token or assertion that is cryptographically diff --git a/docs/documentation/server_admin/topics/sso-protocols/con-saml.adoc b/docs/documentation/server_admin/topics/sso-protocols/con-saml.adoc index ff6b82be0c4..85bf843e0f5 100644 --- a/docs/documentation/server_admin/topics/sso-protocols/con-saml.adoc +++ b/docs/documentation/server_admin/topics/sso-protocols/con-saml.adoc @@ -4,7 +4,7 @@ === SAML [role="_abstract"] -link:https://saml.xml.org/saml-specifications[SAML 2.0] is a similar specification to OIDC but more mature. It is descended from SOAP and web service messaging specifications so is generally more verbose than OIDC. SAML 2.0 is an authentication protocol that exchanges XML documents between authentication servers and applications. XML signatures and encryption are used to verify requests and responses. +link:https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html[SAML 2.0] is a similar specification to OIDC but more mature. It is descended from SOAP and web service messaging specifications so is generally more verbose than OIDC. SAML 2.0 is an authentication protocol that exchanges XML documents between authentication servers and applications. XML signatures and encryption are used to verify requests and responses. In general, SAML implements two use cases.