1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +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
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 <https://openid.net/specs/openid-connect-core-1_0.html#UserInfo>`__ 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