Skip to content

Commit afb7746

Browse files
committed
correct typo in CascadiaIdp, entity_id
1 parent d13798f commit afb7746

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)