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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top