docs: update integration for harbor
This commit is contained in:
parent
8c41d2f4cb
commit
28cededb90
Binary file not shown.
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 118 KiB |
|
@ -14,15 +14,15 @@ Harbor is an open source container image registry that secures images with role-
|
||||||
|
|
||||||
The following placeholders will be used:
|
The following placeholders will be used:
|
||||||
|
|
||||||
- `harbor.company` is the FQDN of the Harbor install.
|
- `harbor.company` is the FQDN of the Harbor install.
|
||||||
- `authentik.company` is the FQDN of the authentik install.
|
- `authentik.company` is the FQDN of the authentik install.
|
||||||
|
|
||||||
Create an OAuth2/OpenID provider with the following parameters:
|
Create an OAuth2/OpenID provider with the following parameters:
|
||||||
|
|
||||||
- Client Type: `Confidential`
|
- Client Type: `Confidential`
|
||||||
- JWT Algorithm: `RS256`
|
- JWT Algorithm: `RS256`
|
||||||
- Redirect URIs: `https://harbor.company/c/oidc/callback`
|
- Redirect URIs: `https://harbor.company/c/oidc/callback`
|
||||||
- Scopes: OpenID, Email and Profile
|
- Scopes: OpenID, Email and Profile
|
||||||
|
|
||||||
Note the Client ID and Client Secret values. Create an application, using the provider you've created above.
|
Note the Client ID and Client Secret values. Create an application, using the provider you've created above.
|
||||||
|
|
||||||
|
|
Reference in New Issue