openid

Authlogic OpenID error: uninitialized constant OpenIdAuthentication::InvalidOpenId

北城余情 提交于 2019-12-02 21:15:31
Using authlogic 2.1.3, and authlogic-oid 1.0.4 I receive the following error as soon as rails hits a controller making a request to an OpenID provider: uninitialized constant OpenIdAuthentication::InvalidOpenId I also have the following installed: rack-openid (0.2.1) ruby-openid (2.1.7) rails/open_id_authentication plugin Gems in environment.rb are configured as such: config.gem "authlogic" config.gem "authlogic-oid", :lib => "authlogic_openid" config.gem "ruby-openid", :lib => "openid" Any suggestions would be appreciated, thank you. rails/open_id_authentication plugin has been updated a few

OpenID and Google.GData.AccessControl.dll in C#

て烟熏妆下的殇ゞ 提交于 2019-12-02 21:09:20
问题 I am designing a web site to use OpenId and Google is one of the main providers I have selected. What I would like to do is use Google's Calendar & Contacts (possibly docs) as a backing store for each individual user. In other words, if the user on my site wants to have access to a Contacts List, Calendar, etc they must register their Google account. Then they can add/edit/delete to their heart's content as it is their info. (And yes, I have a specific idea in mind for where I am going, just

How to add OpenID to a php site?

女生的网名这么多〃 提交于 2019-12-02 21:02:39
I absolutely love StackOverflow's usage of OpenID for registration. How would I go about adding this to my site? It is PHP based. I went to openid.net and looked at the libraries there, but could find little in the way of documentation or examples. Yada This tutorial was helpful for a previous project I worked on using PHP and OpenID. It has an example app. http://devzone.zend.com/article/3581 (source: zend.com ) Documentation and examples . OpenID is great, but have one big disadvantage. Let's imagine that I'm having Google account and Yahoo account. I will login using Google and then I will

DotNetOpenAuth: Webforms, Getting Started

六月ゝ 毕业季﹏ 提交于 2019-12-02 20:46:55
I am trying to figure out how to get DotNetOpenAuth( http://www.dotnetopenauth.net/ ) working in my webforms app I don't understand where to begin. I have an OpenIDSelector on my Login.aspx that lets you choose google or Yahoo. You can choose one, then a popup comes up, and lets you login. Once you login the program hangs because it is trying to do something with a database ??? Can't I just use some control(like the OpenIDSelector) and get back that the user was authenticated, get their ClaimedID and handle the rest myself? EDIT: Trying to get started with OpenID in Webforms? Go Here... https:

Why doesn't Google OpenID provider work with PHP-OpenId on my server?

血红的双手。 提交于 2019-12-02 19:11:40
问题 I'm using PHP-OpenId 2.1.3 which I've unzipped on my server here (this is the consumer example that comes with PHP-OpenId). When I enter the Google OpenId url (https://www.google.com/accounts/o8/id) and submit I get a blank screen. When I try the exact same example code on the PHP-OpenId website here with the same URL it works fine. I don't understand what I'm doing wrong. The only thing I can think of is that somehow Google does not want to work with my server. Any ideas how to make this

How is OpenID implemented?

纵饮孤独 提交于 2019-12-02 19:08:18
How would you design and implement OpenID components? (Was "How does OpenId work") I realize this question is somewhat of a duplicate , and yes, I have read the spec and the wikipedia article . After reading the materials mentioned above, I still don't have a complete picture in my head of how each step in the process is handled. Maybe what's missing is a good workflow diagram for how an implementation of OpenID works. I'm considering incorporating OpenID into one of my applications to accomodate a B2B single-sign-on scenario, and I will probably go with DotNetOpenID instead of trying to

Is there a Spring Security OpenId Registration like stackoverflow?

一曲冷凌霜 提交于 2019-12-02 17:58:44
I cannot find a complete example anywhere of a Spring Security Web App with Open Id registration similar to stackoverflows. I would say I'm pretty techy guy but I find Spring Security extremely intimidating with its weird Spring XML DSL. I have found bits and pieces of how one would do the good ole' stackoverflow registration using: Spring Security Open ID sample WAR Hillerts Blog 3 part blog posting Spring Security Official Doc on OpenId (the email attributes are wrong see next link) Stackoverflow posting about email attributes JQuery OpenId library for picking your OpenId provider

How to use OpenID in RESTful API?

▼魔方 西西 提交于 2019-12-02 17:40:08
I'm building Pylons-based web application with RESTful API, which currently lacks any authentication. So I'm going to implement that and in order to avoid all the trouble and caution with storing user passwords, I'd like to use OpenID for authentication. What would be the best way to do this? Are these two things compatible? Are there existing REST APIs that use OpenID that I can take inspiration from? Pēteris Caune I've now spent some time researching the options and would like to summarize the findings. First, a little bit more context -- I develop and control both the service and API

Rails 3 authentication with OpenID, Twitter or Facebook

穿精又带淫゛_ 提交于 2019-12-02 16:47:32
Can you suggest some working example of it? I tried Authlogic and Devise withous success. UPDATE - June 2011 - I have been using the omniauth gem recently and I think it is a better solution than using the gems suggested in this answer. It works well with Devise and will give you everything you need in one gem. I created an engine that combines Devise and Omniauth and adds a controller to handle the callbacks. I have quite a few changes planned for the gem and right now I don't consider it a stable plugin, but you may be able to reuse some of the code in the gem: https://github.com/charlotte

Inhouse registration vs. OpenID vs. Google Friend Connect vs. Facebook Connect vs. (etc)

强颜欢笑 提交于 2019-12-02 16:43:47
I'm trying to decide how to allow users to register for my website... there's openID, clickpass, facebook connect, google friend connect, etc, or the good old fashioned in-house "enter a username, email, password, etc." Looking briefly at How to set-up OpenID it seems like a lot of work to get openID working. Does anyone have experience setting up a site for OpenID (or the others)? Also, does anyone know if these methods have a higher turnover rate of registration than the classic "inhouse" registration? For example.. if you allow both the in-house registration and openID, what percentage of