Extracting values as environment variables #634
Unanswered
andrewmiskell
asked this question in
Q&A
Replies: 1 comment 2 replies
-
you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out how I'd be able to extract additional values from the JWT data in order to pass additional information to an application.
I see how to specify the value for REMOTE_USER using OIDCRemoteUserClaim, but I'm like to create two additional variables for real name (using the name value in the JWT) and one for unique user (using the sub value in the JWT as email would be the REMOTE_USER variable).
I've read through the conf file but still a little unsure on exactly how this would work, if possible at all.
Beta Was this translation helpful? Give feedback.
All reactions