[[RFE] : creating users when authenticated through defined authentication source (like oauth2) #3520
Closed
2 of 7 tasks
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/enhancement
An improvement of existing functionality
Milestone
[x]
):Description
Not a bug but request for enhancement : Actually, gitea permits users logged it through openid to have the corresponding user automatically created in gitea :
ENABLE_OPENID_SIGNIN = true
ENABLE_OPENID_SIGNUP = true
But it doens't work if one decides to create a authentication source like oauth2 (so tested with OpenID Connect on my side) : once authenticated, and redirected to gitea, it asks to either :
Of course I'd like to only allow people authenticated through oauth2 to sign in and so be registered automatically (so DISABLE_REGISTRATION = true)
As discussed in #gitea on freenode, creating a RFE ticket here so that people can discuss it and/or track a potential status change
...
The text was updated successfully, but these errors were encountered: