diff --git a/source/includes/common-minio-external-auth.rst b/source/includes/common-minio-external-auth.rst index b99d573b..44a8ece4 100644 --- a/source/includes/common-minio-external-auth.rst +++ b/source/includes/common-minio-external-auth.rst @@ -128,11 +128,9 @@ Defaults to ``off``. .. start-minio-openid-claim-userinfo -Specify the OpenID User info API endpoint for the OIDC service. -For example, ``https://oidc-endpoint:port/realms/REALM/protocol/openid-connect/userinfo`` +Allow MinIO to fetch claims from the `UserInfo Endpoint `__ for the authenticated user. -Some OIDC providers do not provide group information as part of the JWT response after authentication. -Specify this URL to direct MinIO to make an additional API call to construct the complete JWT token. +Valid values are ``on`` or ``off``. .. end-minio-openid-claim-userinfo