diff --git a/website/docs/integrations/services/harbor/harbor.png b/website/docs/integrations/services/harbor/harbor.png index df8434f48..fd36b209b 100644 Binary files a/website/docs/integrations/services/harbor/harbor.png and b/website/docs/integrations/services/harbor/harbor.png differ diff --git a/website/docs/integrations/services/harbor/index.md b/website/docs/integrations/services/harbor/index.md index f1a5c40af..5bd445863 100644 --- a/website/docs/integrations/services/harbor/index.md +++ b/website/docs/integrations/services/harbor/index.md @@ -14,15 +14,15 @@ Harbor is an open source container image registry that secures images with role- The following placeholders will be used: -- `harbor.company` is the FQDN of the Harbor install. -- `authentik.company` is the FQDN of the authentik install. +- `harbor.company` is the FQDN of the Harbor install. +- `authentik.company` is the FQDN of the authentik install. Create an OAuth2/OpenID provider with the following parameters: -- Client Type: `Confidential` -- JWT Algorithm: `RS256` -- Redirect URIs: `https://harbor.company/c/oidc/callback` -- Scopes: OpenID, Email and Profile +- Client Type: `Confidential` +- JWT Algorithm: `RS256` +- Redirect URIs: `https://harbor.company/c/oidc/callback` +- Scopes: OpenID, Email and Profile Note the Client ID and Client Secret values. Create an application, using the provider you've created above.