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 4a79ef2f9d..ed87d6532b 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]