Skip to main content

Problem with Single Sign On using SAML & Auth0

  • August 9, 2018
  • 1 reply
  • 139 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:tc: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
Did this topic help you find an answer to your question?

1 reply

  • Community Debut
  • 1 reply
  • March 23, 2020

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


Reply