keycloak-scim/securing_apps/topics/saml/java/saml-jboss-adapter.adoc

19 lines
711 B
Text
Raw Normal View History

[[saml_jboss_adapter]]
2016-06-02 16:07:45 +00:00
2017-08-28 12:50:14 +00:00
ifeval::[{project_community}==true]
==== JBoss EAP/WildFly Adapter
2017-08-28 12:50:14 +00:00
endif::[]
ifeval::[{project_product}==true]
==== 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]
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-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.