File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
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
10
12
entityID = 'http://sts.cascadia.edu/adfs/services/trust'
11
13
sso_url = 'https://sts.cascadia.edu/adfs/ls/'
12
14
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
13
15
id_attribute = f'{ _attribute_prefix } /employeeid'
14
- x509_cert = '''
16
+ _idp_url = 'https://idp.employee.cascadia.edu'
17
+ x509_cert = '''
15
18
MIIC3DCCAcSgAwIBAgIQY8aKwjLQ9pRPN0sUxfcQoDANBgkqhkiG9w0BAQsFADAq
16
19
MSgwJgYDVQQDEx9BREZTIFNpZ25pbmcgLSBzdHMuY2FzY2FkaWEuZWR1MB4XDTE5
17
20
MDUwMTE4NTQxMloXDTIwMDQzMDE4NTQxMlowKjEoMCYGA1UEAxMfQURGUyBTaWdu
You can’t perform that action at this time.
0 commit comments