1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Cleanup pass + reorg

This commit is contained in:
ravindk89
2021-07-08 21:08:34 -04:00
committed by Harshavardhana
parent 92e6fc898a
commit 9473a65a26
13 changed files with 505 additions and 332 deletions

View File

@ -2326,6 +2326,18 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See
:mc-conf:`identity_openid client_id
<identity_openid.client_id>` setting.
.. envvar:: MINIO_IDENTITY_OPENID_CLIENT_SECRET
*Optional*
.. include:: /includes/common-minio-external-auth.rst
:start-after: start-minio-openid-client-secret
:end-before: end-minio-openid-client-secret
This environment variable corresponds with the
:mc-conf:`identity_openid client_secret
<identity_openid.client_secret>` setting.
.. envvar:: MINIO_IDENTITY_OPENID_CLAIM_NAME
*Optional*
@ -2362,6 +2374,19 @@ identity management using an OpenID Connect (OIDC)-compatible provider. See
:mc-conf:`identity_openid scopes
<identity_openid.scopes>` setting.
.. envvar:: MINIO_IDENTITY_OPENID_REDIRECT_URI
*Optional*
.. include:: /includes/common-minio-external-auth.rst
:start-after: start-minio-openid-redirect-uri
:end-before: end-minio-openid-redirect-uri
This environment variable corresponds with the
:mc-conf:`identity_openid scopes
<identity_openid.redirect_uri>` setting.
.. envvar:: MINIO_IDENTITY_OPENID_COMMENT
*Optional*