diff --git a/topics/overview/supported-platforms.adoc b/topics/overview/supported-platforms.adoc index 1a630d16dc..379d20a71c 100644 --- a/topics/overview/supported-platforms.adoc +++ b/topics/overview/supported-platforms.adoc @@ -65,7 +65,7 @@ {% if book.community %} * <> * <> -* <> +* <> {% endif %} ==== Apache HTTP Server diff --git a/topics/overview/supported-protocols.adoc b/topics/overview/supported-protocols.adoc index 250dc09b4e..c4cac293f6 100644 --- a/topics/overview/supported-protocols.adoc +++ b/topics/overview/supported-protocols.adoc @@ -23,7 +23,7 @@ the request. === SAML 2.0 -link://https://saml.org/fill/this/in[SAML 2.0] is a similar specification to OIDC but a lot older and more mature. It has its roots in SOAP and the plethora +link:http://saml.xml.org/saml-specifications[SAML 2.0] is a similar specification to OIDC but a lot older and more mature. It has its roots in SOAP and the plethora of WS-* specifications so it tends to be a bit more verbose than OIDC. SAML 2.0 is primarily an authentication protocol that works by exchanging XML documents between the authentication server and the application. XML signatures and encryption is used to verify requests and responses. diff --git a/topics/saml/java/jetty-adapter.adoc b/topics/saml/java/jetty-adapter.adoc index 78ca40cc3f..b6d9c0276c 100644 --- a/topics/saml/java/jetty-adapter.adoc +++ b/topics/saml/java/jetty-adapter.adoc @@ -1,4 +1,5 @@ -[[_jetty_adapter]] +[[_jetty_saml_adapter]] + ==== Jetty SAML Adapters To be able to secure WAR apps deployed on Jetty you must install the {{book.project.name}} Jetty 9.x or 8.x SAML adapter into your Jetty installation.