You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenIdConnectRealm had a bug which would cause it not to populate
User metadata for collections contained in the user JWT claims.
This commit fixes that bug.
Resolves: elastic#50250
The OpenIdConnectRealm had a bug which would cause it not to populate
User metadata for collections contained in the user JWT claims.
This commit fixes that bug.
Resolves: #50250
tvernum
added a commit
to tvernum/elasticsearch
that referenced
this issue
Jan 13, 2020
The OpenIdConnectRealm had a bug which would cause it not to populate
User metadata for collections contained in the user JWT claims.
This commit fixes that bug.
Resolves: elastic#50250
Backport of: elastic#50521
The OpenIdConnectRealm had a bug which would cause it not to populate
User metadata for collections contained in the user JWT claims.
This commit fixes that bug.
Resolves: elastic#50250
Reported: https://discuss.elastic.co/t/openid-connect-not-parsing-multi-value-array-list-user-attributes/212025
When parsing OIDC metadata we do an instanceof Collections check that should be
Collection
.This prevents mutli-valued metadata from being provided.
The text was updated successfully, but these errors were encountered: