Skip to content

Commit 26efc85

Browse files
authored
Apply suggestions from @cslzchen
Co-authored-by: Longze Chen <cslzchen@gmail.com>
1 parent 1d74ad3 commit 26efc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osf/models/institution.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class SsoFilterCriteriaAction(Enum):
4949
class SSOAvailability(Enum):
5050
"""Defines 3 SSO availability states for institutions.
5151
"""
52-
PUBLIC = 'Public' # Active and has a delegation protocol
52+
PUBLIC = 'Public' # Active, has a delegation protocol and SSO setup has been verified
5353
UNAVAILABLE = 'Unavailable' # Does not have a delegation protocol
54-
HIDDEN = 'Hidden' # Inactive and has a delegation protocol
54+
HIDDEN = 'Hidden' # 1) Inactive and has a delegation protocol, or 2) active, has a delegation protocol and SSO setup is in-progress
5555

5656

5757
class InstitutionManager(models.Manager):

0 commit comments

Comments
 (0)