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.
2 parents c9600d5 + b6dce3b commit cccb42aCopy full SHA for cccb42a
uw_saml2/idp/federated.py
@@ -101,9 +101,14 @@ class FredHutchIdp(IdpConfig):
101
102
103
class FredHutchIdpAzure(IdpConfig):
104
+ """
105
+ Azure doesn't do things the Shibboleth way and FredHutch isn't
106
+ acustomed to using ePPN
107
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'
112
x509_cert = '''
113
MIIC8DCCAdigAwIBAgIQGB680XRFNZhCkepWMRYORjANBgkqhkiG9w0BAQsFADA0
114
MTIwMAYDVQQDEylNaWNyb3NvZnQgQXp1cmUgRmVkZXJhdGVkIFNTTyBDZXJ0aWZp
0 commit comments