Closed
Description
I hope gitea can configure custom OAuth2 Provider instead of only provide limited choices.
With custom authorizeUrl
, tokenUrl
, profileURL
, scopes
, subjectClaim
( it's sub
for oidc) and usernameTemplate
, almost any OAuth2/OpenId can work. (That's how synapse
porject does)
My problem is that I want to use Mastodon as OAuth2 Provider but failed, but I think this feature can be widely useful.