Update topics/saml/java/jboss-adapter/required_per_war_configuration.adoc
This commit is contained in:
parent
18ef9c69b5
commit
805a74aaab
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
This section describes how to secure a WAR directly by adding config and editing files within your WAR package.
|
||||
|
||||
The first thing you must do is create a `keycloak-saml.xml` adapter config file within the `WEB-INF` directory of your WAR.
|
||||
The format of this config file is describe in the <<fake/../../../../saml/java/general-config.adoc#_saml-general-config,General Adapter Config>> section.
|
||||
The format of this config file is described in the <<fake/../../../../saml/java/general-config.adoc#_saml-general-config,General Adapter Config>> section.
|
||||
|
||||
Next you must set the `auth-method` to `KEYCLOAK-SAML` in `web.xml`.
|
||||
You also have to use standard servlet security to specify role-base constraints on your URLs.
|
||||
|
|
Loading…
Reference in a new issue