Skip to content

Commit 41de472

Browse files
authored
Merge pull request #12 from UWIT-IAM/UWIT-IAM/glenrg/NETID-1281_CascadiaCC_IdP
correct typo in CascadiaIdp, entity_id
2 parents d13798f + afb7746 commit 41de472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uw_saml2/idp/federated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class CascadiaIdp(IdpConfig):
99
# _attribute_prefix, id_attribute from FredHutchAzureIdp(IdpConfig)
1010
# x509_cert from
1111
# CCFederationMetadata.xml IDPSSODescriptor/KeyDescriptor/signing
12-
entityID = 'http://sts.cascadia.edu/adfs/services/trust'
12+
entity_id = 'http://sts.cascadia.edu/adfs/services/trust'
1313
sso_url = 'https://sts.cascadia.edu/adfs/ls/'
1414
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
1515
id_attribute = f'{_attribute_prefix}/employeeid'

0 commit comments

Comments
 (0)