To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/XWg-uDVCSkIJ.Wishes,Fred--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.
thx in adv for this reply. I think, this leads to an interesting discussion. On the one side, OAuth (2) is defined as authorization protocol, as you mentioned. On the other side, it seems to be used for authentication too (apart the fact, that authentication needs some form of authorisation).
For instance, the Windows Azure Access Control uses OAuth WRAP to enable Users to log into a Web-App. using credentials they have at facebook, google and so on.
In addition to this, OAuth WRAP as well as OAuth 2 distinguish between the resource server and the auth server, which would make single-sign-on-solutions easier.
There are some samples on the web, that use OAuth 2 to log into REST-services as it seems to fit quite good in the World of REST (for instance, http://zamd.net/2012/05/04/claim-based-security-for-asp-net-web-apis-using-dotnetopenauth/).
Let's assume, that in my sample I don't use a preexisting oauth 2 auth server but an onwn one. In this case the resource server would need the possibility to decrypt the received token, wouldn't it?
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/oI-yHHeeqbMJ.
thx for your reply. To put it in a nutshell: for security reasons, it is a bed idea to authorize a service via a oauth token to access my google-profile to find out my google-user-id, email-address and name to authenticate and authorize me.
Is that correct?
Wishes,
Fred
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/5gCpcIP3M9YJ.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.