Skip to content

Commit 4cdd5cd

Browse files
committed
fix: add pocket id
1 parent 527db49 commit 4cdd5cd

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/oidc.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ identity_providers:
9191
9292
### Authentik
9393
94+
[authentik](https://goauthentik.io/) is an open-source identity provider.
95+
9496
See https://integrations.goauthentik.io/monitoring/gotify/
9597
9698
### Dex
@@ -110,3 +112,23 @@ staticClients:
110112
```
111113
112114
:::
115+
116+
### Pocket ID
117+
118+
[Pocket ID](https://pocket-id.org/) is a simple OIDC provider with passkey authentication.
119+
120+
::: details Pocket ID configuration
121+
122+
1. Create a new OIDC Client in Pocket ID (e.g. Gotify)
123+
1. Set the Callback URLs to the values below (replace example.com with your actual domain).
124+
```
125+
https://gotify.example/auth/oidc/callback
126+
gotify://oidc/callback
127+
```
128+
1. Enable PKCE.
129+
1. Optional: Download a PNG or SVG logo from the Gotify project and upload.
130+
1. Copy the Client ID and Client Secret for use in the next section.
131+
132+
:::
133+
134+
See https://pocket-id.org/docs/client-examples/gotify

0 commit comments

Comments
 (0)