diff --git a/topics/saml/java/jboss-adapter.adoc b/topics/saml/java/jboss-adapter.adoc index 5dfda7a9f8..9091c41bf6 100644 --- a/topics/saml/java/jboss-adapter.adoc +++ b/topics/saml/java/jboss-adapter.adoc @@ -7,7 +7,13 @@ ==== 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. +{% 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. Both methods are described in this section.