Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support
This is the documentation of 26.4.10, which is no longer the latest release. See the latest release.

OAuth 2.0 Providers

In addition to the OAuth 2.0 providers included with the community edition, Gitea Enterprise includes ready-to-use providers for:

  • DingTalk
  • WeChat Work
  • Feishu

These providers are available in Gitea Enterprise v26 and later.

  1. Open Site Administration > Identity & Access > Authentication Sources.
  2. Click Add Authentication Source.
  3. Select OAuth2 as the authentication type.
  4. Select the provider from the provider list: DingTalk, Wechat, or FeiShu.
  5. Enter the authentication name, client ID, client secret, and other required settings.
  6. Save the authentication source.

The callback URL follows the standard Gitea OAuth 2.0 pattern:

https://[your-gitea-domain]/user/oauth2/[Authentication Name]/callback

Use that URL when configuring the OAuth application on the provider’s developer platform.

The DingTalk, WeChat Work, and Feishu OAuth 2.0 providers were introduced in Gitea Enterprise v26.