keycloak-scim/securing_apps/topics/saml/java/saml-jboss-adapter.adoc
Stian Thorgersen ed19065077
Remove adapters that are EOL from docs (#1512)
* Remove adapters that are EOL from docs

Closes #1510

* Update securing_apps/topics/oidc/java/servlet-filter-adapter.adoc

* f
2022-05-04 10:28:16 +02:00

26 lines
999 B
Text

[[_saml_jboss_adapter]]
ifeval::[{project_community}==true]
==== JBoss EAP/WildFly adapter
endif::[]
ifeval::[{project_product}==true]
==== JBoss EAP adapter
endif::[]
ifeval::[{project_community}==true]
To be able to secure WAR apps deployed on JBoss EAP or WildFly, you must install and configure the {project_name} SAML Adapter Subsystem.
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::[]
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.
ifeval::[{project_product}==true]
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>>
endif::[]