I am trying to implement a service provider in PHP, that should be authenticating against a corporate IDP server, running a Novell Access Manager.
I am currently using a SimpleSaml PHP library. I have generated SP description using a builtin metadata converter, and my SP seems to work fine with the Feide.no (opensso service), but it seems that no matter what I do, I receive a following error:
Error:Unable to complete request at this time. (Request was from an untrusted provider-0ED8BD1F9373A4F0)
I am pretty sure that I understand the flow of the requests, but nothing seems to resolve the issue above.