diff --git a/website/integrations/services/pgadmin/index.md b/website/integrations/services/pgadmin/index.md index 633ffbfb3..1a5084679 100644 --- a/website/integrations/services/pgadmin/index.md +++ b/website/integrations/services/pgadmin/index.md @@ -13,7 +13,7 @@ pgAdmin is a management tool for PostgreSQL and derivative relational databases ::: :::note -This is based on authentik 2022.3.3 and pgAdmin4 v6.7 +This is based on authentik 2022.3.3 and pgAdmin4 6.19 ::: ## Preparation @@ -69,6 +69,7 @@ OAUTH2_CONFIG = [{ 'OAUTH2_AUTHORIZATION_URL' : 'https://authentik.company/application/o/authorize/', 'OAUTH2_API_BASE_URL' : 'https://authentik.company/', 'OAUTH2_USERINFO_ENDPOINT' : 'https://authentik.company/application/o/userinfo/', + 'OAUTH2_SERVER_METADATA_URL' : 'https://authentik.company/application/o//.well-known/openid-configuration', 'OAUTH2_SCOPE' : 'openid email profile', 'OAUTH2_ICON' : '', 'OAUTH2_BUTTON_COLOR' : '' @@ -80,6 +81,7 @@ In the code above the following placeholders have been used: - ``: The name that is displayed on the Login Button - ``: The Client ID from step 1 - ``: The Client Secret from step 1 +- ``: The App Slug from step 2, it should be `pgadmin` if you did not change it - ``: An icon name from [fontawesome](https://fontawesome.com). Only brand icons seem to be supported. This icon is displayed in front of the ``. E.g.: _fa-github_. - ``: Sets the color of the Login Button. Should be in Hex format, E.g.: _#fd4b2d_