Skip to content

Commit

Permalink
docs(howto): add zitadel oauth example
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk authored and fguillot committed Nov 12, 2024
1 parent 5064bbd commit db7c6d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/docs/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,26 @@ OAUTH2_OIDC_DISCOVERY_ENDPOINT=https://kanidm.example.org/oauth2/openid/miniflux
OAUTH2_USER_CREATION=1
```

#### Zitadel

Example of Miniflux configuration with [Zitadel](https://zitadel.com):

- Type: Web
- Authentication: PKCE
- Redirect URIs:
- `https://miniflux.example.org/oauth2/oidc/callback`
- `https://miniflux.example.org/oauth2/oidc/redirect`
- Post Logout URIs:
- `https://miniflux.example.org`

```ini
OAUTH2_PROVIDER=oidc
OAUTH2_CLIENT_ID=replace_me
OAUTH2_REDIRECT_URL=https://miniflux.example.org/oauth2/oidc/callback
OAUTH2_OIDC_DISCOVERY_ENDPOINT=https://zitadel.example.org
OAUTH2_USER_CREATION=1
```

<h2 id="heroku">Deploy Miniflux on Heroku <a class="anchor" href="#heroku" title="Permalink">¶</a></h2>

Since the version 2.0.6, you can deploy Miniflux on [Heroku](https://www.heroku.com/) in few seconds.
Expand Down

0 comments on commit db7c6d2

Please sign in to comment.