diff --git a/topics/oidc/java/jboss-adapter.adoc b/topics/oidc/java/jboss-adapter.adoc old mode 100755 new mode 100644 index 295bbe1d35..79669df63e --- a/topics/oidc/java/jboss-adapter.adoc +++ b/topics/oidc/java/jboss-adapter.adoc @@ -268,8 +268,7 @@ The exception is the `credential` element. To make it easier for you, you can go to the {{book.project.name}} Administration Console and go to the Application/Installation tab of the application this WAR is aligned with. It provides an example XML file you can cut and paste. -There is an additional convenience format for this XML if you have multiple WARs you are deployment that are secured by the same domain. -This format allows you to define common configuration items in one place under the `realm` element. +If you have multiple deployments secured by the same realm you can share the realm configuration in a separate element. For example: [source,xml] ----