From 259c87fa37fa1babcb267e08b4ca9aebdcd03d67 Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 15 May 2023 13:43:43 +0200 Subject: [PATCH] website/integrations: harbor requires a signing key for RS256 (#5601) Signed-off-by: Jens Langhammer --- website/integrations/services/harbor/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/integrations/services/harbor/index.md b/website/integrations/services/harbor/index.md index 05598ab79..cf9000349 100644 --- a/website/integrations/services/harbor/index.md +++ b/website/integrations/services/harbor/index.md @@ -24,6 +24,7 @@ Create an OAuth2/OpenID provider with the following parameters: - Client Type: `Confidential` - Redirect URIs: `https://harbor.company/c/oidc/callback` - Scopes: OpenID, Email and Profile +- Signing Key: Select any available key Note the Client ID and Client Secret values. Create an application, using the provider you've created above.