2

We are using ITFoxTec library for saml auhentication. Currently we are supporting two types binging. Http-Redirect Http-Post Now we want to extend it to artifact binding. Is it supported in this library. If u have some reference please share it.

Dalip Choudhary
  • 546
  • 5
  • 18

1 Answers1

2

The Artifact binding is not supported in the ITfoxtec.Identity.Saml2 library I am afraid.

But I have some code to share. The ITfoxtec.Identity.Saml2 libraries predecessor is the ITfoxtec.Saml2 library. Snede has extended the old ITfoxtec.Saml2 library with support for the Artifact binding and shared the code. As of my knowledge this code is tested with one or two IdPs and should work.

There is not that match different between the the old and new library. Therefore, I think it should be fairly easy to port the code to the new ITfoxtec.Identity.Saml2 library.

If you do port the code please share e.g. on StackOverflow or GitHub.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
  • 1
    Thanks Anders, Will share with you – Dalip Choudhary Mar 07 '19 at 13:26
  • 1
    Was there any progress on this? Has the artifact code been shared; has it been integrated? The link to the Snede repo is dead, it seems the fork has been removed. I found this: https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/issues/53, does not sound like it has been done or is about to be done. Would be so great to have this... – Peter B Mar 01 '21 at 14:19
  • There have not been any progress regarding artifact, I'm afraid. – Anders Revsgaard Mar 01 '21 at 19:23
  • 1
    (Update) Artifact Binding is now available on ITfoxtex.Identity.Saml2 – Jonas Machado Feb 13 '23 at 09:09