-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Add populate_user_metadata in OIDC realm #48357
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
Conversation
Pinging @elastic/es-security (:Security/Authentication) |
@elasticmachine update branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank you.
@@ -90,6 +89,8 @@ public void testAuthentication() throws Exception { | |||
if (notPopulateMetadata == false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: better to test for true scenario given the name of the variable.
|
@elasticmachine run elasticsearch-ci/1 |
Make populate_user_metadata configuration parameter available in the OpenID Connect authentication realm Resolves: elastic#48217
Make populate_user_metadata configuration parameter available in the OpenID Connect authentication realm Resolves: elastic#48217
Resolves: #48217