minio/internal/config/identity
Harshavardhana af78c3925a
add userinfo support for OpenID (#12469)
Some identity providers like GitLab do not provide
information about group membership as part of the
identity token claims. They only expose it via OIDC compatible
'/oauth/userinfo' endpoint, as described in the OpenID
Connect 1.0 sepcification.

But this of course requires application to make sure to add
additional accessToken, since idToken cannot be re-used to
perform the same 'userinfo' call. This is why this is specialized
requirement. Gitlab seems to be the only OpenID vendor that requires
this support for the time being.

fixes #12367
2021-09-13 16:22:14 -07:00
..
ldap fix: remove deprecated LDAP username format support (#13165) 2021-09-08 13:31:51 -07:00
openid add userinfo support for OpenID (#12469) 2021-09-13 16:22:14 -07:00
tls fix: remove deprecated LDAP username format support (#13165) 2021-09-08 13:31:51 -07:00