mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
Remove social oauth (Azure, Github, Google) (#15549)
Remove social oauth (Azure, Github, Google) Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
committed by
jessicamack
parent
2c2694ce89
commit
bcd006f1a5
@@ -13,10 +13,6 @@ page.register_page(
|
||||
resources.settings_all,
|
||||
resources.settings_authentication,
|
||||
resources.settings_changed,
|
||||
resources.settings_github,
|
||||
resources.settings_github_org,
|
||||
resources.settings_github_team,
|
||||
resources.settings_google_oauth2,
|
||||
resources.settings_jobs,
|
||||
resources.settings_saml,
|
||||
resources.settings_system,
|
||||
|
||||
@@ -208,12 +208,7 @@ class Resources(object):
|
||||
_settings = 'settings/'
|
||||
_settings_all = 'settings/all/'
|
||||
_settings_authentication = 'settings/authentication/'
|
||||
_settings_azuread_oauth2 = 'settings/azuread-oauth2/'
|
||||
_settings_changed = 'settings/changed/'
|
||||
_settings_github = 'settings/github/'
|
||||
_settings_github_org = 'settings/github-org/'
|
||||
_settings_github_team = 'settings/github-team/'
|
||||
_settings_google_oauth2 = 'settings/google-oauth2/'
|
||||
_settings_jobs = 'settings/jobs/'
|
||||
_settings_logging = 'settings/logging/'
|
||||
_settings_named_url = 'settings/named-url/'
|
||||
|
||||
Reference in New Issue
Block a user