website/integrations: fix typo in minio instructions (#10500)

This commit is contained in:
Xinglin Qiang
2024-07-15 21:55:42 +08:00
committed by GitHub
parent 7d3dda171d
commit e0a2bd2cd5

View File

@ -67,7 +67,7 @@ You can set up OpenID in two different ways: via the web interface or the comman
From the sidebar of the main page, go to **Identity -> OpenID**, click **Create**, and then define the configuration as follows:
- Name: MinIO
- Config URL: `https://minio.company/application/o/<minio slug>/.well-known/openid-configuration`
- Config URL: `https://authentik.company/application/o/<minio slug>/.well-known/openid-configuration`
- Client ID: Your client ID from the previous step
- Client Secret: Your client secret from the previous step
- Scopes: `openid, email, profile, minio`