Skip to content

Commit

Permalink
chore: Configure minimal set of oauth backends
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Nov 14, 2024
1 parent b9f092c commit 054703a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ def load_supported_backends(extra_backends: list = None) -> Dict[str, Type[BaseO
backends = [
"argilla_server.security.authentication.oauth2._backends.HuggingfaceOpenId",
"social_core.backends.github.GithubOAuth2",
"social_core.backends.github.GithubOrganizationOAuth2",
"social_core.backends.github.GithubTeamOAuth2",
"social_core.backends.github_enterprise.GithubEnterpriseOAuth2",
"social_core.backends.github_enterprise.GithubEnterpriseOrganizationOAuth2",
"social_core.backends.github_enterprise.GithubEnterpriseTeamOAuth2",
"social_core.backends.google.GoogleOAuth2",
"social_core.backends.google_openidconnect.GoogleOpenIdConnect",
]

if extra_backends:
Expand Down

0 comments on commit 054703a

Please sign in to comment.