dotnetopenauth
Best way to handle authentication on .NET WCF Web API
I\'m mildly familiar with DotNetOpenAuth and OAuth in general, but in terms of Web API development, what is the best way to lock开发者_Go百科 down a web service in terms of the following criteria:[详细]
2023-04-12 07:40 分类:问答DotNetOpenAuth oAuth2 Message already been processed
I\'m discovering dotnetopenauth and trying to use it with the oauth2 ctp release. I must be stupid but it\'s very complicate to get it working for me.[详细]
2023-04-11 19:27 分类:问答DotNetOpenAuth: when is StoreNewRequestToken called?
I\'m trying to implement DotNetOpenAuth, without using an OpenId-provider. Getting a RequestToken does not work on my implementation.[详细]
2023-04-11 15:32 分类:问答DotNetOpenAuth WebConsumer with Google Apps domain
How can I set the WebConsumer object to utilise the domain-level authorization ? I need this for saving the access token.[详细]
2023-04-10 07:33 分类:问答Basic Authentication with Twitter and Facebook
Is there a way to authenticate to Facebook / Twitter using basic authentication? the application I am working on requires posting to those two sites without the need t开发者_StackOverflowo open the oA[详细]
2023-04-09 19:25 分类:问答OAuth with DotNetOpenAuth?
Ok here is my question. I understand the process of the OAuth protocol, however I have some confusion around it.[详细]
2023-04-08 13:48 分类:问答DotNetOpenAuth.... what is?
I\'m not sure what it is and what is DotNetOpenAuth. Can you explain itin few words? I am investigating about the management of users in a web application开发者_Go百科 (asp.net mvc)From www.dotnetope[详细]
2023-04-08 13:21 分类:问答DotNetOpenAuth SignInWithTwitter sample doesn't work
I use DotNetOpenAuth 3.4.7 with valid consumer key and secret. When I try to sign in with twitter on localhost (\\Samples\\OAuthConsumer\\SignInWithTwitter.aspx) it crashes with following exception.[详细]
2023-04-08 05:31 分类:问答How to use DotNetOpenAuth to log into Google, and get user profile
I just want to login with google and want access logged in user\'s general profile like photo, email address and name, to display开发者_运维问答 on my site.Is it possible with DotNetOpenAuth?That\'s t[详细]
2023-04-08 02:12 分类:问答Storing necessary OpenID information
I\'m trying to implement OpenID authentication for my site. Here\'s the scenario: I want the user to be able to[详细]
2023-04-06 02:22 分类:问答