1

We are using the ITfoxtec.Identity.SAML2 library. Recently i encountered one problem and problem is that this library enforcing the logout request to be signed. See below code. documentValidationResult set to NotPresent. still I am getting signaure not valid error. enter image description here In logout request assertionelement will always be null.

Can u make it correct @anders

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
Dalip Choudhary
  • 546
  • 5
  • 18

1 Answers1

0

The SAML 2.0 standard requires logout request to be signed. Therefore, the ITfoxtec Identity SAML2 library also ophold this requirement.

Yes the assertion element is always null in logout request.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25