File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,18 +106,18 @@ class FredHutchAzureIdp(IdpConfig):
106
106
acustomed to using ePPN
107
107
"""
108
108
_azure_tenant_id = '0054a3ea-b394-418b-ad1a-174138231fd6'
109
-
110
- entity_id = f'https://sts.windows.net/{ _azure_tenant_id } /'
111
- sso_url = f'https://login.microsoftonline.com/{ _azure_tenant_id } /saml2'
112
109
_attribute_prefix = 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims'
113
110
_attribute_prefix2 = 'http://schemas.microsoft.com/identity/claims'
111
+
112
+ entity_id = f'https://sts.windows.net/{ _azure_tenant_id } /'
113
+ sso_url = f'https://login.microsoftonline.com/{ _azure_tenant_id } /saml2'
114
114
id_attribute = f'{ _attribute_prefix } /employeeid'
115
115
attribute_map = {
116
116
f'{ _attribute_prefix } /name' : 'saml_unique_name' ,
117
117
f'{ _attribute_prefix2 } /objectidentifier' : 'saml_oid' ,
118
118
f'{ _attribute_prefix2 } /displayname' : 'saml_displayname' ,
119
- f'{ _attribute_prefix2 } /authnmethodsreferences' :
120
- 'saml_authncontextclassref'
119
+ f'{ _attribute_prefix2 } /authnmethodsreferences' :
120
+ 'saml_authncontextclassref'
121
121
}
122
122
x509_cert = '''
123
123
MIIC8DCCAdigAwIBAgIQGB680XRFNZhCkepWMRYORjANBgkqhkiG9w0BAQsFADA0
You can’t perform that action at this time.
0 commit comments