You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
Python
12 lines
398 B
Python
MAP = {
|
|
"identifier": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
|
|
"fro": {
|
|
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier": "uid",
|
|
"http://schemas.auth0.com/emails": "emails",
|
|
},
|
|
"to": {
|
|
"emails": "http://schemas.auth0.com/emails",
|
|
"uid": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
|
|
},
|
|
}
|