ive been browsing alot on both StackOverflow and a bunch of different Microsoft associated sites and looking at examples etc but i think im missing a few key point to the problem in hand.
Scenario: Im developing a site that uses Yammer (Facebook style page for those of you who dont know) as a Identity Provider together with ACS to provide the security for my site.
Now iv'e been trying to follow along with a bunch of exercises from MS on how to build those custom providers (Identity Developer Training Kit) but to the question, do i actually have to build them? Isnt there a way to configure ACS to handle my tokens from Yammer (Powershell commands?)? Or do i have to create a STS provider site and "bridge" Yammer and actually provide ACS with my "own" tokens.
So this question is a little bit on an extension on OAuth 2.0 Identity Providers in Windows Azure AppFabric Access Control Service (ACS)
Any pointers on the right way would be much appreciated!!