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

This commit is contained in:
Stian Thorgersen 2016-06-10 13:05:56 +02:00
parent ef0210e757
commit 363ff676e3

View file

@ -1,6 +1,11 @@
[[_saml-jboss-adapter]] [[_saml-jboss-adapter]]
==== JBoss/Wildfly Adapter {% if book.community %}
==== JBoss EAP/Wildfly Adapter
{% endif %}
{% if book.product %}
==== JBoss EAP Adapter
{% 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. 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.
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.