Skip to content

Commit 92e271a

Browse files
authored
Corrected FredHutchAzureIdp
identifier will be employee ID not "name" which is the UPN and different than the eppn.
1 parent 89133a9 commit 92e271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uw_saml2/idp/federated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class FredHutchAzureIdp(IdpConfig):
108108
_azure_tenant_id = '0054a3ea-b394-418b-ad1a-174138231fd6'
109109
entity_id = f'https://sts.windows.net/{_azure_tenant_id}/'
110110
sso_url = f'https://login.microsoftonline.com/{_azure_tenant_id}/saml2'
111-
id_attribute = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name'
111+
id_attribute = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/employeeid'
112112
x509_cert = '''
113113
MIIC8DCCAdigAwIBAgIQGB680XRFNZhCkepWMRYORjANBgkqhkiG9w0BAQsFADA0
114114
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp

0 commit comments

Comments
 (0)