From d2d7acb50e4029afcd092af3c52548ea296e3f2a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 24 Nov 2021 22:54:45 +0100 Subject: [PATCH] website/integrations: update minio callback URL Signed-off-by: Jens Langhammer --- 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 50bc6d321..bcc58a17c 100644 --- a/website/integrations/services/minio/index.md +++ b/website/integrations/services/minio/index.md @@ -31,7 +31,7 @@ Create an application in authentik. Create an _OAuth2/OpenID Provider_ with the - JWT Algorithm: `RS256` - Scopes: OpenID, Email, Profile and the scope you created above - RSA Key: Select any available key -- Redirect URIs: `https://minio.company/minio/login/openid` +- Redirect URIs: `https://minio.company/oauth_callback` Note the Client ID and Client Secret values. Create an application, using the provider you've created above. Note the slug of the application you've created.