You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-12-19 23:52:17 +02:00
* add new docs version 7.13.x * update to release version v7.13.0 * doc: add release notes v7.13.0 Signed-off-by: Jan Larwig <jan@larwig.com> --------- Signed-off-by: Jan Larwig <jan@larwig.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Larwig <jan@larwig.com>
906 B
906 B
id, title
| id | title |
|---|---|
| gitea | Gitea / Forgejo |
:::note This is not actually a fully serparate provider. For more details and options please refer to the GitHub Provider Options :::
- Create a new application:
https://< your gitea host >/user/settings/applications - Under
Redirect URIenter the correct URL i.e.https://<proxied host>/oauth2/callback - Note the Client ID and Client Secret.
- Pass the following options to the proxy:
--provider="github"
--redirect-url="https://<proxied host>/oauth2/callback"
--provider-display-name="Gitea"
--client-id="< client_id as generated by Gitea >"
--client-secret="< client_secret as generated by Gitea >"
--login-url="https://< your gitea host >/login/oauth/authorize"
--redeem-url="https://< your gitea host >/login/oauth/access_token"
--validate-url="https://< your gitea host >/api/v1/user/emails"