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 92e271a commit 807ec0aCopy full SHA for 807ec0a
uw_saml2/idp/federated.py
@@ -106,9 +106,10 @@ class FredHutchAzureIdp(IdpConfig):
106
acustomed to using ePPN
107
"""
108
_azure_tenant_id = '0054a3ea-b394-418b-ad1a-174138231fd6'
109
+ _xmlsoap_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
110
entity_id = f'https://sts.windows.net/{_azure_tenant_id}/'
111
sso_url = f'https://login.microsoftonline.com/{_azure_tenant_id}/saml2'
- id_attribute = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/employeeid'
112
+ id_attribute = f'{_xmlsoap_prefix}/employeeid'
113
x509_cert = '''
114
MIIC8DCCAdigAwIBAgIQGB680XRFNZhCkepWMRYORjANBgkqhkiG9w0BAQsFADA0
115
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp
0 commit comments