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.