From dbc49dd742d775ce19011a919d45be66b679f132 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 10 Mar 2016 07:17:30 +0100 Subject: [PATCH] Revert "Updated docs for KEYCLOAK-1020" This reverts commit 6fe3a3da71090f6023a11ae631220199d02a378e. --- .../reference/en/en-US/modules/proxy.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/proxy.xml b/docbook/auth-server-docs/reference/en/en-US/modules/proxy.xml index ed87d6532b..4a79ef2f9d 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/proxy.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/proxy.xml @@ -364,7 +364,7 @@ $ java -jar bin/launcher.jar [your-config.json] OIDC identity token it received for authentication. - KEYCLOAK-SUBJECT + KEYCLOAK_SUBJECT User id. Corresponds to JWT sub and will be the user id Keycloak uses to store @@ -373,7 +373,7 @@ $ java -jar bin/launcher.jar [your-config.json] - KEYCLOAK-USERNAME + KEYCLOAK_USERNAME Username. Corresponds to JWT preferred_username @@ -381,7 +381,7 @@ $ java -jar bin/launcher.jar [your-config.json] - KEYCLOAK-EMAIL + KEYCLOAK_EMAIL Email address of user if set. @@ -389,7 +389,7 @@ $ java -jar bin/launcher.jar [your-config.json] - KEYCLOAK-NAME + KEYCLOAK_NAME Full name of user if set. @@ -397,7 +397,7 @@ $ java -jar bin/launcher.jar [your-config.json] - KEYCLOAK-ACCESS-TOKEN + KEYCLOAK_ACCESS_TOKEN Send the access token in this header if the proxy was configured to send it. This token can @@ -410,7 +410,7 @@ $ java -jar bin/launcher.jar [your-config.json]