dotnetopenauth
Questions about openid and dotnetauthentication
I am looking into openid and dotnetauthentication library. However I still go some outstanding questions.[详细]
2023-02-03 18:15 分类:问答DotNetOpenAuth - Google Apps OpenID login failed, x is not a secure Identifier
We are testing an OpenID DotNetOpenAuth ASP.Net website on a subdomain named like test.xyz.com, and both http and https are enabled. We also enabled \"requireSSL\". We are getting this error when we t[详细]
2023-02-03 17:24 分类:问答Single OpenID Across Sub-Domains
I\'m using OpenID much the same as here on StackOverflow to authenticate my users.What I really need to be able to do though is have that OpenID work across all sub-domains of my site.[详细]
2023-02-01 22:41 分类:问答Guidance on flow for Openid registration form
I want to use OpenId for my site login, but for registration my site needs additional information (username and email address among other things) that does not always come back from the OpenId provide[详细]
2023-02-01 15:39 分类:问答.NET OAuth library specifically designed to work against Twitter
Is there a .NET OAuth library specifically designed to work against Twitter? Maybe even something to support MVC? A base controller maybe.....[详细]
2023-02-01 07:27 分类:问答DotNetOpenAuth occasionally throws a NotImplementedException
I have DotNetOpenAuth running on a background thread making calls to Google authorized with OAuth on a regular basis.[详细]
2023-02-01 02:14 分类:问答Razor - how to cast from this.Page (dynamic WebPageBase.Page) to System.Web.UI.Page
I\'m trying to use DotNetOpenAuth with Razor/MVC3. Most of DotNetOpenAuth HTML helpers are accepting System.Web.UI.Page as one of parameters, w开发者_运维技巧hich works fine standard using WebForms en[详细]
2023-01-31 15:46 分类:问答dotnetopenauth Realm protocol exception
Using dotnetopenauth, my code worked fine when using openId.CreateRequest(openIdIdentifier). The return url was /default.aspx which i didnt want so to specify the return_to param i had to fill in real[详细]
2023-01-31 04:50 分类:问答Force users to re-authenticate in OpenId using DotNetOpenAuth
I am attempting to use pape.MaximumAuthenticationAge to force users to re开发者_开发百科-authenticate with the OP, but the samples in DotNetOpenAuth do not seem to handle it.[详细]
2023-01-30 17:17 分类:问答DotNetOpenAuth and Async WebRequest (BeginGetResponse)
DotNetOpenAuth Samples don\'t include an example for performing a call asynchronously. Here\'s my implementation. I\'d like to know if I\'m doing something wrong.[详细]
2023-01-30 17:09 分类:问答