Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration to extract the user id from an OpenID Connect non-standard claim #31

Merged

Conversation

groldan
Copy link
Member

@groldan groldan commented Apr 14, 2023

New config property georchestra.gateway.security.oidc.claims.id.path allows to use an OIDC non-standard claim to extract the user identifier.

The gateway config must set the
georchestra.gateway.default-headers.userid: true property to send the sec-userid request header to all services.

…tandard claim

New config property `georchestra.gateway.security.oidc.claims.id.path`
allows to use an OIDC non-standard claim to extract the user identifier.

The gateway config must set the
`georchestra.gateway.default-headers.userid: true` property to
send the `sec-userid` request header to all services.
@groldan groldan added the enhancement New feature or request label Apr 14, 2023
@groldan groldan merged commit ef4d3a2 into georchestra:main Apr 14, 2023
@groldan groldan deleted the feature/extract_userid_from_oidc_claims branch April 14, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant