Adding 'visible' field for SSO providers

This commit is contained in:
Jesse Shapiro
2016-08-30 15:44:21 -04:00
parent 6f0e097115
commit ce2ab5b15c
21 changed files with 146 additions and 26 deletions

View File

@@ -51,7 +51,11 @@ class TpaAPITestCase(ThirdPartyAuthTestMixin, APITestCase):
self.configure_facebook_provider(enabled=True)
self.configure_linkedin_provider(enabled=False)
self.enable_saml()
testshib = self.configure_saml_provider(name='TestShib', enabled=True, idp_slug=IDP_SLUG_TESTSHIB)
testshib = self.configure_saml_provider(
name='TestShib',
enabled=True,
idp_slug=IDP_SLUG_TESTSHIB
)
# Create several users and link each user to Google and TestShib
for username in LINKED_USERS: