Skip to content

Commit cccb42a

Browse files
authored
Merge pull request #8 from UWIT-IAM/fredhutch
NETID-1233 This may be what the FredHutch IdP wants to provide but t…
2 parents c9600d5 + b6dce3b commit cccb42a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uw_saml2/idp/federated.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,14 @@ class FredHutchIdp(IdpConfig):
101101

102102

103103
class FredHutchIdpAzure(IdpConfig):
104+
"""
105+
Azure doesn't do things the Shibboleth way and FredHutch isn't
106+
acustomed to using ePPN
107+
"""
104108
_azure_tenant_id = '0054a3ea-b394-418b-ad1a-174138231fd6'
105109
entity_id = f'https://sts.windows.net/{_azure_tenant_id}/'
106110
sso_url = f'https://login.microsoftonline.com/{_azure_tenant_id}/saml2'
111+
id_attribute = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name'
107112
x509_cert = '''
108113
MIIC8DCCAdigAwIBAgIQGB680XRFNZhCkepWMRYORjANBgkqhkiG9w0BAQsFADA0
109114
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp

0 commit comments

Comments
 (0)