IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

IdentityServer2 integration with PingFederate using WS-Federation protocol #888

Closed ShubhraBakshi closed 7 years ago

ShubhraBakshi commented 7 years ago

I have a requirement, where IdentityServer2 is used as home realm and PingFederate as Claim provider. Both are talking using WS-fed protocol, and the token pingfedearte returns is SAML1.0. The entire setup passes the authentication, but the ClaimsPrincipal's Identity.Name property is coming empty. Any suggestions?

ShubhraBakshi commented 7 years ago

This got resolved, as the issue was the namespace for the claim was different which was supplied from pingfederate.It needs to be same.