Skip to content

Commit

Permalink
website/integrations: pgadmin: fix another stupidity I probably made
Browse files Browse the repository at this point in the history
  • Loading branch information
4d62 authored Jan 11, 2025
1 parent 5a391cd commit 25ffa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/pgadmin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To configure OAuth in pgAdmin, you can either use the `config_local.py` file or
OAUTH2_AUTO_CREATE_USER = True
OAUTH2_CONFIG = [{
'OAUTH2_NAME': 'authentik',
'OAUTH2_DISPLAY_NAME': 'Login with authentik',
'OAUTH2_DISPLAY_NAME': 'authentik',
'OAUTH2_CLIENT_ID': '<Client ID from authentik>',
'OAUTH2_CLIENT_SECRET': '<Client secret from authentik>',
'OAUTH2_TOKEN_URL': 'https://authentik.company/application/o/token/',
Expand Down

0 comments on commit 25ffa21

Please sign in to comment.