Add pocketid support #118
Replies: 2 comments 1 reply
-
|
Hi @husainihisan, You can integrate Pocket ID via OAuth2 Proxy because it’s an OIDC provider. Edit your OAUTH2_PROXY_PROVIDER=oidc
OAUTH2_PROXY_OIDC_ISSUER_URL=https://pocketid.example.com
OAUTH2_PROXY_CLIENT_ID=<client-id>
OAUTH2_PROXY_CLIENT_SECRET=<client-secret>Make sure the Pocket ID client has the redirect URI that OAuth2 Proxy expects like You can also check this discussion for more details. |
Beta Was this translation helpful? Give feedback.
-
|
Ok since im not so sure, ill try to learn/implement using github first,
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is possible to integrate pocketid or through tinyauth?
Beta Was this translation helpful? Give feedback.
All reactions