Update topics/saml/java/jboss-adapter.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 13:08:00 +02:00
parent 363ff676e3
commit 18ef9c69b5

View file

@ -7,7 +7,13 @@
==== JBoss EAP Adapter ==== JBoss EAP Adapter
{% endif %} {% endif %}
To be able to secure WAR apps deployed on JBoss EAP 6.x or Wildfly, you must install and configure the {{book.project.name}} SAML Adapter Subsystem. {% if book.community %}
To be able to secure WAR apps deployed on JBoss EAP or Wildfly, you must install and configure the {{book.project.name}} SAML Adapter Subsystem.
{% endif %}
{% if book.product %}
To be able to secure WAR apps deployed on JBoss EAP, you must install and configure the {{book.project.name}} SAML Adapter Subsystem.
{% endif %}
You then provide a keycloak config, `/WEB-INF/keycloak-saml.xml` file in your WAR and change the auth-method to KEYCLOAK-SAML within web.xml. You then provide a keycloak config, `/WEB-INF/keycloak-saml.xml` file in your WAR and change the auth-method to KEYCLOAK-SAML within web.xml.
Both methods are described in this section. Both methods are described in this section.