2016-06-02 16:07:45 +00:00
|
|
|
[[_saml-jboss-adapter]]
|
|
|
|
|
2016-06-10 11:05:56 +00:00
|
|
|
{% if book.community %}
|
|
|
|
==== JBoss EAP/Wildfly Adapter
|
|
|
|
{% endif %}
|
|
|
|
{% if book.product %}
|
|
|
|
==== JBoss EAP Adapter
|
|
|
|
{% endif %}
|
2016-06-02 16:07:45 +00:00
|
|
|
|
2016-06-02 21:18:42 +00:00
|
|
|
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.
|
2016-06-02 16:07:45 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|