From ba16aeee5f34a5071c07dc9f11e562083a0cc66f Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 9 Jun 2016 14:57:50 +0200 Subject: [PATCH] Update topics/oidc/java/jboss-adapter.adoc --- topics/oidc/java/jboss-adapter.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 topics/oidc/java/jboss-adapter.adoc 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] ----