pgAdmin
Configure pgAdmin with Pocket ID authentication
The following example variables are used, and should be replaced with your actual URLS.
- pgadmin.example.com (The url of your pgAdmin instance.)
- id.example.com (The url of your Pocket ID instance.)
Pocket ID Setup
- In Pocket-ID create a new OIDC Client, name it i.e.
pgAdmin. - Set a logo for this OIDC Client if you would like too.
- Set the callback URL to:
https://pgadmin.example.com/oauth2/authorize, or leave blank to autofill on first login. - Copy the
Client ID,Client Secret,Authorization URL,Userinfo URL,Token URL, andOIDC Discovery URLfor use in the next steps.
pgAdmin Setup
- Add the following to the
config_local.pyfile for pgAdmin:
Make sure to replace https://id.example.com with your actual Pocket ID URL