0

Can anyone tell me what this error means?
I just starting getting it from the STS I build using WIF and I can't find any documentation.

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
skb
  • 30,624
  • 33
  • 94
  • 146

1 Answers1

1

The URL is missing some required parameters.

A message instance is created from the information present in the URL using the WSFederationMessage.CreateFromUri method.

This fragment from the MSDN page should provide an idea of what's going on:

Returns an appropriate implementation of WSFederationMessage based on the wa parameter in the query string; for example, if wa parameter is "wsignout1.0" then a SignOutRequestMessage object is returned.

Other exceptions may be thrown depending on the combination and values of parameters present in the query string.

Invokes the TryCreateFromUri method.

Community
  • 1
  • 1
Rodolfo Grave
  • 1,148
  • 12
  • 24