2019-01-21 17:01:40 +00:00
|
|
|
[[_saml_jboss_adapter]]
|
2016-06-02 16:07:45 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
ifeval::[{project_community}==true]
|
2021-12-22 10:28:04 +00:00
|
|
|
==== JBoss EAP/WildFly adapter
|
2017-08-28 12:50:14 +00:00
|
|
|
endif::[]
|
|
|
|
ifeval::[{project_product}==true]
|
2021-12-22 10:28:04 +00:00
|
|
|
==== JBoss EAP adapter
|
2017-08-28 12:50:14 +00:00
|
|
|
endif::[]
|
2016-06-02 16:07:45 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
ifeval::[{project_community}==true]
|
2018-05-29 08:02:18 +00:00
|
|
|
To be able to secure WAR apps deployed on JBoss EAP or WildFly, you must install and configure the {project_name} SAML Adapter Subsystem.
|
2017-08-28 12:50:14 +00:00
|
|
|
endif::[]
|
|
|
|
ifeval::[{project_product}==true]
|
|
|
|
To be able to secure WAR apps deployed on JBoss EAP, you must install and configure the {project_name} SAML Adapter Subsystem.
|
|
|
|
endif::[]
|
2016-06-10 11:08:00 +00:00
|
|
|
|
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.
|
2021-12-22 10:28:04 +00:00
|
|
|
|
|
|
|
You install the adapters by using a ZIP file or an RPM.
|
|
|
|
|
|
|
|
* <<_saml-jboss-adapter-installation, Installing adapters from a ZIP file>>
|
|
|
|
* <<_jboss7_adapter_rpm_saml, Installing JBoss EAP 7 Adapters from an RPM>>
|
|
|
|
* <<_jboss6_adapter_rpm_saml, Installing JBoss EAP 6 Adapters from an RPM>>
|
|
|
|
|