-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
OpenID Connect realm is missing populate_user_metadata property #48217
Labels
Comments
A-Hall
added
>bug
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
labels
Oct 17, 2019
Pinging @elastic/es-security (:Security/Authentication) |
jkakavas
changed the title
populate_user_metadata
OpenID Connect realm is missing populate_user_metadata property
Oct 22, 2019
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: