feat: program_enrollments support for multiple SAML providers
This commit is contained in:
committed by
Matt Hughes
parent
b00f508b79
commit
aa2bf9c063
@@ -53,15 +53,3 @@ class ProviderDoesNotExistException(Exception):
|
||||
return 'Unable to find organization for short_name {}'.format(
|
||||
self.organization.id
|
||||
)
|
||||
|
||||
|
||||
class ProviderConfigurationException(Exception):
|
||||
|
||||
def __init__(self, organization):
|
||||
self.organization = organization
|
||||
|
||||
def __str__(self):
|
||||
return (
|
||||
'Multiple active SAML configurations found for organization={}. '
|
||||
'Expected one.'
|
||||
).format(self.organization.short_name)
|
||||
|
||||
Reference in New Issue
Block a user