We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d74ad3 commit 26efc85Copy full SHA for 26efc85
osf/models/institution.py
@@ -49,9 +49,9 @@ class SsoFilterCriteriaAction(Enum):
49
class SSOAvailability(Enum):
50
"""Defines 3 SSO availability states for institutions.
51
"""
52
- PUBLIC = 'Public' # Active and has a delegation protocol
+ PUBLIC = 'Public' # Active, has a delegation protocol and SSO setup has been verified
53
UNAVAILABLE = 'Unavailable' # Does not have a delegation protocol
54
- HIDDEN = 'Hidden' # Inactive and has a delegation protocol
+ HIDDEN = 'Hidden' # 1) Inactive and has a delegation protocol, or 2) active, has a delegation protocol and SSO setup is in-progress
55
56
57
class InstitutionManager(models.Manager):
0 commit comments