We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13798f commit afb7746Copy full SHA for afb7746
uw_saml2/idp/federated.py
@@ -9,7 +9,7 @@ class CascadiaIdp(IdpConfig):
9
# _attribute_prefix, id_attribute from FredHutchAzureIdp(IdpConfig)
10
# x509_cert from
11
# CCFederationMetadata.xml IDPSSODescriptor/KeyDescriptor/signing
12
- entityID = 'http://sts.cascadia.edu/adfs/services/trust'
+ entity_id = 'http://sts.cascadia.edu/adfs/services/trust'
13
sso_url = 'https://sts.cascadia.edu/adfs/ls/'
14
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
15
id_attribute = f'{_attribute_prefix}/employeeid'
0 commit comments