auth0/node-samlp

SAMLResponse does NOT include `SubjectConfirmation`

derekshi opened this issue · 2 comments

We are trying to integrate with Tableau authentication. But when we post back SAMLResponse to tableau url, we got following error message:

ERROR | requestId=[zMwHp2uk9D], url=[/public/sp/SSO], status=[401], cause=[Error validating SAML message; caused by: Assertion invalidated by subject confirmation - can't be confirmed by the bearer method], displayableMessage=[null], exceptionClass=[null]

Looks like it's looking for SubjectConfirmation section, which is described in SAML2.0 wiki: https://en.wikipedia.org/wiki/SAML_2.0

Setting problem.

@derekshi what was the issue with setting ?