1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Corrects the description for an envvar. (#1145)

Closes #1132
This commit is contained in:
Daryl White
2024-03-04 16:51:53 -05:00
committed by GitHub
parent cb2aa233a0
commit 77be96d492

View File

@ -128,11 +128,9 @@ Defaults to ``off``.
.. start-minio-openid-claim-userinfo .. start-minio-openid-claim-userinfo
Specify the OpenID User info API endpoint for the OIDC service. Allow MinIO to fetch claims from the `UserInfo Endpoint <https://openid.net/specs/openid-connect-core-1_0.html#UserInfo>`__ for the authenticated user.
For example, ``https://oidc-endpoint:port/realms/REALM/protocol/openid-connect/userinfo``
Some OIDC providers do not provide group information as part of the JWT response after authentication. Valid values are ``on`` or ``off``.
Specify this URL to direct MinIO to make an additional API call to construct the complete JWT token.
.. end-minio-openid-claim-userinfo .. end-minio-openid-claim-userinfo