Update topics/saml/java/jboss-adapter.adoc
This commit is contained in:
parent
363ff676e3
commit
18ef9c69b5
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@
|
||||||
==== JBoss EAP Adapter
|
==== JBoss EAP Adapter
|
||||||
{% endif %}
|
{% 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.
|
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.
|
Both methods are described in this section.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue