0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 23:02:46 +01:00
gitea/routers/web/auth
SimonErm 6ba0c371c2
Allow preferred_username as username source for OIDC (#30454)
This PR adds the preferred_username claim as a possible username source
for the oauth2_client.

Closes #21518
2024-04-16 05:41:39 +00:00
..
2fa.go
auth_test.go Make "/user/login" page redirect if the current user has signed in (#29583) 2024-03-05 02:12:03 +00:00
auth.go Allow preferred_username as username source for OIDC (#30454) 2024-04-16 05:41:39 +00:00
linkaccount.go
main_test.go
oauth_test.go
oauth.go Refactor URL detection (#29960) 2024-03-21 12:02:34 +00:00
openid.go
password.go Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
webauthn.go