-
Notifications
You must be signed in to change notification settings - Fork 25.2k
OpenID Connect realm is missing populate_user_metadata property #48217
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
Labels
Comments
Pinging @elastic/es-security (:Security/Authentication) |
jkakavas
added a commit
to jkakavas/elasticsearch
that referenced
this issue
Oct 22, 2019
jkakavas
added a commit
that referenced
this issue
Oct 24, 2019
Make populate_user_metadata configuration parameter available in the OpenID Connect authentication realm Resolves: #48217
jkakavas
added a commit
to jkakavas/elasticsearch
that referenced
this issue
Oct 24, 2019
Make populate_user_metadata configuration parameter available in the OpenID Connect authentication realm Resolves: elastic#48217
jkakavas
added a commit
to jkakavas/elasticsearch
that referenced
this issue
Oct 24, 2019
Make populate_user_metadata configuration parameter available in the OpenID Connect authentication realm Resolves: elastic#48217
jkakavas
added a commit
that referenced
this issue
Oct 24, 2019
jkakavas
added a commit
that referenced
this issue
Oct 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Elasticsearch version (
bin/elasticsearch --version
): 7.4.0Description of the problem including expected versus actual behavior: Per the OIDC guide and this line
populate_user_metadata
is a valid setting for the OIDC Realm. However, this line in the code prevents the node from starting when the setting is configured.The text was updated successfully, but these errors were encountered: