Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add microsoft oauth2 providers #16544

Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
zeripath committed Jul 25, 2021
commit 2d7c28995df3238d864f797cf102e3ceb6d6d8a8
1 change: 1 addition & 0 deletions services/auth/source/oauth2/providers_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package oauth2

import (
"code.gitea.io/gitea/modules/setting"

"github.com/markbates/goth"
zeripath marked this conversation as resolved.
Show resolved Hide resolved
"github.com/markbates/goth/providers/azureadv2"
"github.com/markbates/goth/providers/gitea"
Expand Down
1 change: 1 addition & 0 deletions services/auth/source/oauth2/providers_openid.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package oauth2
import (
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/setting"

"github.com/markbates/goth"
zeripath marked this conversation as resolved.
Show resolved Hide resolved
"github.com/markbates/goth/providers/openidConnect"
)
Expand Down
1 change: 1 addition & 0 deletions services/auth/source/oauth2/providers_simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package oauth2

import (
"code.gitea.io/gitea/modules/setting"

"github.com/markbates/goth"
zeripath marked this conversation as resolved.
Show resolved Hide resolved
"github.com/markbates/goth/providers/azuread"
"github.com/markbates/goth/providers/bitbucket"
Expand Down