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

WS-Federation 1.2 #819

Closed btormey closed 9 years ago

btormey commented 9 years ago

I am trying to integrate with a relying party which only supports WS-Federation version 1.2 and below. They are claiming that the token being sent is WS-Fed version 1.3. Although, I cannot find anything on version 1.3.

Which version of WS-Fed and WS-Trust is Identiy Server v2 using? And is it possible to downgrade the version easily?

leastprivilege commented 9 years ago

We are using WS-Trust 1.3 and whatever WS-Federation version is supported by .NET 4.5 (can't remember). It is not easily possible to change that.