Skip to content

Commit

Permalink
Merge afb7746 into d13798f
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Aug 25, 2020
2 parents d13798f + afb7746 commit 76bdc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uw_saml2/idp/federated.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CascadiaIdp(IdpConfig):
# _attribute_prefix, id_attribute from FredHutchAzureIdp(IdpConfig)
# x509_cert from
# CCFederationMetadata.xml IDPSSODescriptor/KeyDescriptor/signing
entityID = 'http://sts.cascadia.edu/adfs/services/trust'
entity_id = 'http://sts.cascadia.edu/adfs/services/trust'
sso_url = 'https://sts.cascadia.edu/adfs/ls/'
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
id_attribute = f'{_attribute_prefix}/employeeid'
Expand Down

0 comments on commit 76bdc93

Please sign in to comment.