Question

I am trying to use Thinktecture Identity server v2 with a 3rd party web application which expect SAMLResponse and RelayState as parameters. When i checked the idp response in fiddler all i see is "wresult" as parameter with the token as value and another "wa" param. Is it possible to get SAMLResponse as response parameter from thinktecture idp?

Was it helpful?

Solution

SAMLResponse is part of SAML2P response message. Thinktecture IdentityServer does not have this protocol implemented. Please see this issue.

If using SAML2P is your hard requirement then I would suggest to try different IAM like Shiboleth or try to implement the feature to IdentityServer yourself. There are .net libraries out there that implement SAML2P. You could look at OIOSAML.NET or ComponentPro UltimateSAML

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top