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.
Add an Enterprise OAuth provider
Section titled “Add an Enterprise OAuth provider”- Open
Site Administration > Identity & Access > Authentication Sources. - Click
Add Authentication Source. - Select
OAuth2as the authentication type. - Select the provider from the provider list:
DingTalk,Wechat, orFeiShu. - Enter the authentication name, client ID, client secret, and other required settings.
- Save the authentication source.
The callback URL follows the standard Gitea OAuth 2.0 pattern:
https://[your-gitea-domain]/user/oauth2/[Authentication Name]/callbackUse that URL when configuring the OAuth application on the provider’s developer platform.
Availability
Section titled “Availability”The DingTalk, WeChat Work, and Feishu OAuth 2.0 providers were introduced in Gitea Enterprise v26.