File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
MAP = {
7
7
"identifier" : "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified" ,
8
8
"fro" : {
9
- 'http://schemas.xmlsoap.org/claims/CommonName ' : 'commonName' ,
10
- 'http://schemas.xmlsoap.org/claims/EmailAddress ' : 'emailAddress' ,
11
- 'http://schemas.xmlsoap.org/claims/Group ' : 'group' ,
12
- 'http://schemas.xmlsoap.org/claims/UPN ' : 'upn' ,
9
+ 'http://schemas.xmlsoap.org/claims/commonname ' : 'commonName' ,
10
+ 'http://schemas.xmlsoap.org/claims/emailaddress ' : 'emailAddress' ,
11
+ 'http://schemas.xmlsoap.org/claims/group ' : 'group' ,
12
+ 'http://schemas.xmlsoap.org/claims/upn ' : 'upn' ,
13
13
},
14
14
"to" : {
15
- 'commonName' : 'http://schemas.xmlsoap.org/claims/CommonName ' ,
16
- 'emailAddress' : 'http://schemas.xmlsoap.org/claims/EmailAddress ' ,
17
- 'group' : 'http://schemas.xmlsoap.org/claims/Group ' ,
18
- 'upn' : 'http://schemas.xmlsoap.org/claims/UPN ' ,
15
+ 'commonName' : 'http://schemas.xmlsoap.org/claims/commonname ' ,
16
+ 'emailAddress' : 'http://schemas.xmlsoap.org/claims/emailaddress ' ,
17
+ 'group' : 'http://schemas.xmlsoap.org/claims/group ' ,
18
+ 'upn' : 'http://schemas.xmlsoap.org/claims/upn ' ,
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments