Below are step-by-step instructions for connecting Sift with Auth0.
1. Click “Create Application”
2. Enter the application name and select “Regular Web Applications”
3. Enter "https://console.sift.com/oauth2/token/saml_callback" into the “Allowed Callback URLs” field, then copy the “Domain” value into Sift as the "Identity Issue Provider”
4. Scroll to the bottom and click “Show Advanced Settings,” open the “Certificates” tab, then copy the signing certificate into Sift
5. Within "Advanced Settings," open the “Endpoints” tab and copy the SAML Protocol URL into Sift
6. Scroll to the top, open the “Addons” tab, and enable the “SAML2 Web App”
7. In the popup, copy the following code into the settings box and click “Save”
{
"audience": "https://sift.com",
"nameIdentifierProbes": [
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
]
}