search for: openid

Displaying 20 results from an estimated 122 matches for "openid".

Did you mean: opened
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest release contains a port of the rails LoginGenerator (OpenIDLoginGenerator) that uses OpenID for authentication. Read more and download the library: http://www.openidenabled.com/openid/libraries/ruby/ http://raa.ruby-lang.org/project/openid/ A bit about Open...
2009 Jan 16
5
Help: OpenId and restful_acl
Hi All, I have restful_authentication with restful_acl installed on my app, now I want to use OpenId with restful_acl,so my question is... does this make any problems for me or not? I haven''t explored the OpenId for ROR yet, and I am going to do that now,but I just wan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google...
2007 Jan 24
0
the vendor dir, gems and openid
Dear all, I am currently developing an application which uses OpenID as a login system. On my development box everything works like a charm. But as soon as I deploy the code to our production server things go wrong. First the OpenID gem could not be located. This made sense as it is not installed on the production server, so after some browsing it appeared that I ne...
2006 May 19
9
[NEW SITE] psitsNOT
psitsNOT ("Photoshop it''s NOT") is an over-the-web image editing application made with Rails, RMagick, and AJAX. It provides everything you need to make a raw digital image look good on the web. http://psitsnot.alevans.com You''ll need an OpenID URL to log in. Feedback is welcomed! --Al Evans -- Posted via http://www.ruby-forum.com/.
2006 May 27
2
[Repost] OpenID and my db schema
Hi, I posted this before, but didn''t get an answer, so I''m trying again. I''ve recently decided to use OpenID to let users log in to my site instead of old fashioned account creation. They''ll be able to add a small amount of personal details (about three things) to their account, and post messages in the site BB. I have an openid_users table which stores the personal details in. Obviously I'...
2006 Feb 01
0
Ruby OpenID 0.9.4
OpenID is a decentralized URL based identity system. This library provides a ruby interface for verifying and serving OpenID identities. More at http://openid.net/ This latest release contains many exciting new features including server support, Rails consumer and server examples, and a rails based Acti...
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in your camping app: class Login < R ''/login'' def get this_url = ''http:'' + URL(''/login'').to_s unless input.finish.to_s == ''1'' # start doing t...
2013 Oct 29
0
Unable to display a network on GeForce Go 7400 under Fedora
...problematic frame for where to report the bug. # ./../platform/lib/nbexec : ligne 568 : 6406 Abandon (core dumped)"/usr/java/latest/bin/java" -Djdk.home="/usr/java/latest" -classpath "/home/rene/gephi/platform/lib/boot.jar:/home/rene/gephi/platform/lib/org-openide-modules.jar:/home/rene/gephi/platform/lib/org-openide-util.jar:/home/rene/gephi/platform/lib/org-openide-util-lookup.jar:/home/rene/gephi/platform/lib/locale/boot_ar_SA.jar:/home/rene/gephi/platform/lib/locale/boot_bg.jar:/home/rene/gephi/platform/lib/locale/boot_ca.jar:/home/rene/gephi/platform/l...
2006 Jul 14
0
OpenID immediate mode
Maybe nobody else has tried this, but there''s a problem with immediate mode in the current release of OpenID. If you use it, you''ll get the first "complete" response correctly, as OpenID::SETUP_NEEDED, but you''ll get OpenID::FAILURE when you user returns to your site after typing in his password and whatever. The reason is that OpenID''s consumer.rb deletes an impor...
2009 Jul 28
2
Rails on OS X problem
Hi All, So far I have been unable to get rails working on a 10.5.6 OS X installation. Every ''rails'' command ends with the following error: /Library/Ruby/Site/1.8/rubygems.rb:827:in `report_activate_error'': RubyGem version error: ruby-openid(2.1.7 not ~> 2.0.0) (Gem::LoadError) I tried uninstalling and then re-installing ruby-openid, but that doesn''t help. Working with rails on Windows and Linux machines was never a problem, but this one has me baffled. Groet, Willem
2007 Dec 06
3
anybody use OPEN_ID to authenticate?
how did it go? here is the link if you are interested: http://openid.net/what/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...
2007 Dec 24
0
Update OpenIdAuthentication to use Ruby OpenID 2.x.x
The new Ruby OpenID library has been released and it has a bunch of major changes from 1.x.x. This patch updates the OpenIdAuthentication plugin to use the 2.x.x version. I wouldn''t usually feel much pressure to upgrade, however the ruby- openid 1.x.x gem is broken after Ruby Gems 1.0 was released. I think...
2006 May 24
0
OpenID and my schema
Hi, I''ve recently decided to use OpenID to let users log in to my site instead of old fashioned account creation. They''ll be able to add a small amount of personal details (about three things) to their account, and post messages in the site BB. I have an openid_users table which stores the personal details in. Obviously I'...
2007 Sep 24
0
OpenID Server
Are there any alternatives to the PIP OpenID Server out there? I know that there are a quite some public OpenID Servers, but we would like to use this technique in an enterprise intranet, so accessing public servers is not always ensured. For this reason we are looking for a simple and maintainable solution. Any ideas? -- Posted via http://w...
2006 Apr 03
3
New software, test site, OpenProfile
...Its purpose is to minimize the hassle of joining new web forums (or anything else on the web that requires you to enter a user name, email addres, password twice, etc.). If it''s widely adopted, OpenProfile can reduce this whole process to entering a single URL (and, as required, your OpenID server password). It uses the OpenID protocol for establishing user identity. If the user''s OpenID URL is successfuly verified, it presents a form in which he can enter his profile information. He can type this information in manually, or upload a vCard from which it will be extracted...
2009 Jul 15
6
Single Sign-on for two rails app
Hello Everybody, I have two rails app. Both have login pages for user authentication. The two apps have links to one another. Now what i need is when a user logs in to one app, he should not be again asked for login when he clicks the link for second app. Please tell me how to go on? Thanks in advance, Ak -- Posted via http://www.ruby-forum.com/.
2010 May 21
0
OpenID Authentication using AuthLogic
Hi, I am trying to implement openid authentication using authlogic. I have installed the open_id_authentication in the process but when I entered rake open_id_authentication:db:create --trace I get the following error (in /Users/felix/login) rake aborted! Don''t know how to build task ''open_id_authentication:db:cre...
2020 Jul 08
1
Dovecot - Xoauth2 - keycloak
Hello, Still trying to make roundcube / Dovecot works with Keycloak. Dovecot can't seem to validate the access_token that Roundcube gave. ----- Jul 08 20:48:05 auth: Debug: http-client[1]: request [Req1: GET https://my.keycloak.host/auth/realms/test_saml/protocol/openid-connect/tokeneyJhbGciOiJFUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJEZzR2aWtndzN2MWVpQVgxMU10YkFIaXRaUnM2R2RlVzN3b3hGTTBpd1NnIn0.eyJleHAiOjE1OTQyNDE0NjUsImlhdCI6MTU5NDI0MTI4NSwiYXV0aF90aW1lIjoxNTk0MjM0ODI3LCJqdGkiOiI0NjRlZjc5NS0yZDYzLTQzYjktYjU4My1iYTY2MmFkMWRhYzUiLCJpc3MiOiJodHRwczovL3Nzby5udWJvLmNvb3...
2019 Oct 11
0
Samba "pass" authentication to OpenID or SAML (external)
On Thu, 2019-10-10 at 21:24 -0300, Thiago Anderson Santos via samba wrote: > Hello everyone, > I received a somewhat strange and complicated demand today. > > The idea of the manager is to use samba as a domain server but the > directory tree (authentication and authorization of users) is on an > external SAML server using keycloak. The samba will pass only GPO. > > Is
2011 Feb 09
0
(Devise+Omniauth) Adding a port number to the callback URL patch applied but not working with openid
I was facing problem reported in issue # 101 (https://github.com/ intridea/omniauth/issues/issue/101) and able to resolve it by suggested code (mbleigh on January 12, 2011) in environment.rb However, open ID is still not working. (As mentioned in fix too). Can someone please help to resolve this or any workaround ? regards, Jaymin -- You received this message because you are subscribed to the