I'm starting this project where I need to provide authorization for websites. Since I'm starting from scratch, why not use the latest: OAuth 2.0 protocal. Unfortunately, I know nothing about security nor have I implemented OpenID/OAuth. Since I'm used to working in the .NET environment, it's natural for me to find a .NET implementation and that's where DotNetOpenAuth comes in.
However, I'm still not clear on how DotNetOpenAuth can help. I'm coming in with the naive assumption that DotNetOpenAuth will have all the implementation ready and I can just call some functions (to create request tokens, exchange it with access tokens, etc) with all the back-end security, RSA stuff implemented. As I go through the code, it feels like DotNetOpenAuth gives a lot of the interfaces but I still have to code them all up manually.
Can I get a confirmation on this? Andrew Arnott, you there?