Updates the usage documentation of OpenID custom scopes (#9902)

This commit is contained in:
Ivan Martinez-Ortiz
2020-06-24 16:49:09 +02:00
committed by GitHub
parent f4b2ed2a92
commit 969b2d2110
3 changed files with 14 additions and 1 deletions

View File

@@ -95,6 +95,8 @@ export MINIO_ACCESS_KEY=minio
export MINIO_SECRET_KEY=minio123
export MINIO_IDENTITY_OPENID_CONFIG_URL=https://accounts.google.com/.well-known/openid-configuration
export MINIO_IDENTITY_OPENID_CLIENT_ID="843351d4-1080-11ea-aa20-271ecba3924a"
# Optional: Allow to specify the requested OpenID scopes (OpenID only requires the `openid` scope)
#export MINIO_IDENTITY_OPENID_SCOPES="openid,profile,email"
minio server /mnt/export
```