I'm attempting to write a web api application whose endpoints are defended by an STS (Azure ACS).
All the samples I've seen don't use the new identity model. Is there a tutorial I can use to configure my webAPI2 project to use the STS federation metadata?
I'm using VS 2013. I assume I select the "Individual Accounts" authentication option, but I'm not sure where I configure my STS endpoints once I have the web.config file open.