I have installed WIF Runtime and WIF SDK v4.0 and created an "ASP.NET Security Token Service Web Site" in Visual Studio 2010 (see this link).
When I run the site, type in any username/password combo, and press "Submit", I get the following exception:
The action < EMPTY > (Request.QueryString['wa']) is unexpected. Expected actions are: 'wsignin1.0' or 'wsignout1.0'.
So a few things:
- I realize I have no relying party (aka. client application), but is this necessary to test the site?
- I'm probably missing a few steps (such as creating a client app). What steps am I missing?