From e0a2bd2cd5337ce76c51ea745ebdc07e362ab5bf Mon Sep 17 00:00:00 2001 From: Xinglin Qiang Date: Mon, 15 Jul 2024 21:55:42 +0800 Subject: [PATCH] website/integrations: fix typo in minio instructions (#10500) --- website/integrations/services/minio/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/minio/index.md b/website/integrations/services/minio/index.md index 660063238c..fed64c2f63 100644 --- a/website/integrations/services/minio/index.md +++ b/website/integrations/services/minio/index.md @@ -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//.well-known/openid-configuration` +- Config URL: `https://authentik.company/application/o//.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`