openid

vBulletin OpenID Plugin

Hi. Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication. Thanks, Jon ...

Django and AuthOpenId error

I'm trying to set up OpenID authentication in Django, using django-authopenid. The instructions are pretty good, but having followed them and made all the requisite changes in settings.py and added the required templates, my whole site is now showing a 500 error, having previously worked fine. The Apache logs show: Exception occurred ...

DotNetOpenAuth get email

I am running dotnetopenauth 3.3.0.9283 (nightly build), it works great and it solved my previous problem ( http://stackoverflow.com/questions/1539671/dotnetopenauth-get-email-and-redirect-problem ) So now I am able to get the users email from gmail only! I have tried yahoo and myspace but i always get "Object reference not set to an in...

AccessControlException when using Spring Security with OpenID

Hello, I try to implement Spring Security with OpenID in Google App Engine but I am getting a 'java.security.AccessControlException: access denied' for the RequestURI /j_spring_openid_security_chec It is working fine if I use '-D--enable_all_permissions=true' as VM Argument. Any ideas? Thanks, Ralph ...

single sign on (google, yahoo, live, openid, facebook)

Is there any library other than RPXNow which provides single sign on for all major email servers? Are there any asp.net web forms based samples for RPXNow? ...

How to get OpenID user Profile info?

After logging into SO, my nickname shows up at the top. When I set up openid on my site, I do not get any profile information. I tried implementing OpenID using openid-selector and Zend Framework The response parameters I get: openid.assoc_handle B2Jgsdf7jkDsdfUwWBGMHUshLmavymH... openid.claimed_id https://me.yahoo.com/MyYahooId#50...

Is there a working example of simple Net::OpenID::Consumer::Lite CGI script?

I have seen the examples of Net::OpenID::Consumer::Lite on CPAN but I was hoping to get a single script that uses POST method. If nobody has this than I will post my solution back here once I get it working. ...

DotNetOpenAuth autopostback

I am using DotNetOpenAuth-3.3.0.9302 nightly build, I have run into a problem where it seems that if openidajaxtextbox is placed in a update panel it blocks autopostback events from firing. so i did a simple sample to illustrate the problem. <%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %> <%...

Two different Drupal installations on the same domain using OpenId

I have two different installations on the same server that I plan to use with OpenId. If my user connects in one site using his openid, will he be asked to login again in the other installation or will the system find the cookie? ...

Integrating Drupal + Moodle + MediaWiki with OpenID

I'd like to be able to use these "best of breed" opensource solutions, with the only requirement of some sort of single-sign-on between the different sites. I don't want my users having to log-in in 3 different places, so I though it could be possible with OpenId. Has anyone tried something similar? ...

Handling Google OpenID

I'm trying to implement Google OpenID for my website, but I'm struggling to figure out how to handle the OpenID response I get. At the moment, when you click a login button, it takes you to the Google site, asks you to login there and when i click 'Sign In' it takes me back to my site and I get the followingi n the URL: http://mysite.c...

I am trying to use openid for my website. Can someone please point me to a asp.net mvc working sample that uses openid

Due to lack to time i cannot dig google and get information about openid and then implement it. Can someone please point me to a working asp.net sample that explains how openid works with asp.net mvc. Thanks. ...

Integrate Windows domain authentication with an external web site.

I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password technique. However I would like to offer a better single sign-on option for larger customers who will have ready-made communities of potential users of my sys...

Which Erlang implementation of OpenId should I use, if any?

I'd need an Erlang implementation of the OpenId protocol. I found the following, but it seems to be a project on its early stage. http://code.google.com/p/erlopenid/ Any hint or suggestion on what should I use? ...

Got a strange OpenID. How can I change it?

(I am sorry, I wanted to ask this question on "meta" first, but it says there that I "can't post my question there because I don't have an OpenID") Hello, I am just a new user here and don't understand much. I asked my first question on stackoverflow and received a quick answer. I wanted to thank the answerer, so I responded to his ans...

openid authentication tables and what do they mean

Hello, I installed the ruby on rails plugin "open_id_authentication". After running the migration it created two tables "open_id_authentication_associations" and "open_id_authentication_nonces" does anyone know what those tables do and how they are used? Thanks ...

OpenId + Bort + google

Hi I'm new in using ruby and i wanted to implement the openid feature that came with the bort template... I used the google openid url https://www.google.com/accounts/o8/id in the sign up but it cant get the email that i used in the openid login.. here's a part of my code... its the standard code from the bort template def create lo...

What is the Yahoo openid discovery endpoint

It used to be http://yahoo.com, but it is failing for me with DiscoveryFailure in python OpenID library (since today, I wasn't testing this earlier). Also this fails if you try to use the SO login with a yahoo button, so I am thinking it probably changed recently. ...

Using OpenID in Standalone Application

Currently, I am using Google Account Verification in my standalone application. public static boolean isValidAccount(String email, String password) { if (email == null || password == null) { return false; } try { // URL of target page script. final URL url = new URL("https://www.google.com/accounts/C...

Requesting email address from OpenID provider in PHP

What's the simplest way to request an email address from an OpenID provider? Is there a good PHP library that simplifies this problem? I know that providers implement things differently. I've heard you need to do both Simple Registration and Attribute Exchange. I'd particularly want to make sure that it worked with the biggest provid...