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