sync with latest changes

This commit is contained in:
--add 2016-06-07 11:48:06 +05:30
commit 701766cf4b
3 changed files with 4 additions and 3 deletions

View file

@ -65,7 +65,7 @@
{% if book.community %}
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
* <<fake/../../saml/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_adapter,Jetty>>
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_saml_adapter,Jetty>>
{% endif %}
==== Apache HTTP Server

View file

@ -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.

View file

@ -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.