File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ identity_providers:
9191
9292### Authentik
9393
94+ [authentik](https://goauthentik.io/) is an open-source identity provider.
95+
9496See 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
You can’t perform that action at this time.
0 commit comments