G
Gitea OAuth2 / OpenID Connect provider
Details
- URL
-
https://gitea.com - Docs
- https://docs.gitea.com/development/oauth2-provider
Authentication
api_key=<credential> Register an OAuth2 application in Gitea from User Settings → Applications or, for admins, the instance application pages described in the docs. Create an app with a name and redirect URL, then copy the generated Client ID and Client Secret. Use those in the standard OAuth flow against Gitea’s OAuth endpoints; user consent is required.