Skip to content

Commit ae66ec2

Browse files
committed
corrected lines longer than 79 chars and trailing whitespace
1 parent b8c176b commit ae66ec2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

uw_saml2/idp/federated.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33

44

55
class CascadiaIdp(IdpConfig):
6-
# Added this class to address new Cascadia IdP. Some parts may still need to be udpated.
7-
# entityID and sso_url from CCFederationMetadata.xml, which was supplied by Cascadia.
8-
# _attribute_prefix and id_attribute from FredHutchAzureIdp(IdpConfig) in this file
9-
# x509_cert from CCFederationMetadata.xml IDPSSODescriptor/KeyDescriptor/signing
6+
# Added this class to address new Cascadia IdP.
7+
# Some parts may still need to be udpated.
8+
# entityID and sso_url from CCFederationMetadata.xml, from Cascadia.
9+
# _attribute_prefix, id_attribute from FredHutchAzureIdp(IdpConfig)
10+
# x509_cert from
11+
# CCFederationMetadata.xml IDPSSODescriptor/KeyDescriptor/signing
1012
entityID = 'http://sts.cascadia.edu/adfs/services/trust'
1113
sso_url = 'https://sts.cascadia.edu/adfs/ls/'
1214
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
1315
id_attribute = f'{_attribute_prefix}/employeeid'
14-
x509_cert = '''
16+
_idp_url = 'https://idp.employee.cascadia.edu'
17+
x509_cert = '''
1518
MIIC3DCCAcSgAwIBAgIQY8aKwjLQ9pRPN0sUxfcQoDANBgkqhkiG9w0BAQsFADAq
1619
MSgwJgYDVQQDEx9BREZTIFNpZ25pbmcgLSBzdHMuY2FzY2FkaWEuZWR1MB4XDTE5
1720
MDUwMTE4NTQxMloXDTIwMDQzMDE4NTQxMlowKjEoMCYGA1UEAxMfQURGUyBTaWdu

0 commit comments

Comments
 (0)