Problem with Single Sign On using SAML & Auth0

  • 9 August 2018
  • 1 reply
  • 108 views

I'm unable to make it work in a stable way. Sometimes works, sometimes don't.


After reading this two tutorials:


Here's my SAML2 configuration:

{
"audience": "https://myteam.freshdesk.com",
"mappings": {
"email": "Email",
"given_name": "User.FirstName",
"family_name": "User.LastName"
},
"nameIdentifierFormat": "urn:oasis:names🇹🇨SAML:2.0:nameid-format:emailAddress",
"nameIdentifierProbes": [
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
],
"signatureAlgorithm": "rsa-sha256",
"digestAlgorithm": "sha256",
"lifetimeInSeconds": 3600,
"signResponse": true,
"createUpnClaim": false,
"passthroughClaimsWithNoMapping": false,
"mapUnknownClaimsAsIs": false,
"mapIdentities": false
}

Application Callback URL: https://myteam.freshdesk.com/login/saml (also added to Allowed Callback URLs)


Also, I added fingerprints in Freshdesk admin, and like I said, sometimes works ok but most of the cases, don't.


What I'm missing?


error_34807.png

1 reply

Not able to validate my saml response giving signature validation issue. but from my end it is validated on samltool.com 


Reply