openid

OpenId library (include files are not found by script)

Hi all, I have been trying to implement openid functionality into my website. I downloaded the JanRain's library. I extracted the 'Auth' folder in my classes directory and following the example in the 'example' folder I created the try_auth.php, finish_auth.php, common.php file in the include directory. Now when I click on the openid ...

How do i implement ‘sign in with google’ on my site?

On my site i would like to sign in with a google account. I plan to use openid but i would like to see signing in with google has more benefits. I notice in the past a few sites has the ability to sign in with a google (gmail) account and IIRC they all did NOT support openID (i could be wrong) How do i 'sign in with google' ? ...

Openid forbidden error

After I was able to get it (open id library) installed properly, I am facing some problems in getting it to work. I am using the open id selector a jquery plugin. The problem is that when I click on any open id provider image I get an error message saying something like this (after the form is posted to try_auth.php with necessary param...

Zend_OpenId_Consumer::login() fails

Hi. I'm trying to implement OpenID. I've cut my code right back to try and get OpenID to work (as a consumer) but the login() methof just keeps failing! Here's the code: require 'Zend/Http/Client.php'; require 'Zend/OpenId/Consumer.php'; $client = new Zend_Http_Client(null, array( 'adapter' => 'Zend_Http_Client_Adapter_Curl', )...

(OpenID) Can I use ClaimedIdentifier to look up users?

Will ClaimedIdentifier be changed? I'm planning to store ClaimedIdentifier as a lookup field in my user data table. Will it become any problems in the future? I'm a bit worry. eg: var openid = response.ClaimedIdentifier.ToString(); It gives me the value: "https://www.google.com/accounts/o8/id?id=xxxxxxxx-e-xxxxxxxxxxxxxxxxxxxx" I'm...

Storing OpenID information in database.

This is a database question. I have an openid library already installed and working. I want to use OpenID on a website I'm working on. There are three types of users. Named accounts using email/password to authenticate Named accounts using OpenID to authenticate Anonymous account using OpenID to authenticate All of these users are s...

DotNetOpenAuth get email and redirect problem

hi i am trying to setup DotNetOpenAuth using the OpenIdAjaxTextBox but i have two problems i want to be able to get the users email address and i think that is done in the loggedin event (right?) but that event is never called, i have tried to setup a breakpoint there but i never get to it. when I type in the openid provider in the Ope...

Google Federated Login (OpenID+Oauth) for Hosted Apps - changing end points?

I'm trying to integrate the Google Federated Login with a premier apps account, but I'm having some problems. When I send the request to: https://www.google.com/accounts/o8/ud with all the parameters (see below), I get back both a request_token and list of attributes asked for by Attribute Exchange. This is perfect, as we need the email...

OpenID with Authlogic openid-selector and yahoo

I've got registering/logging in working with at least Google and myOpenID with I thought should represent the two methods of passing parameters back from the provider but I'm not able to get an email or nickname back from Yahoo. I get passed to Yahoo's verification page but when I allow params aren't getting passed to my site. Here's my...

how to install haskell openid package in windows

haskell 'openid' package depends on HsOpenSSL and nano-hmac packages which requires openssl. I've compiled openssl for MinGW in C:\OpenSSL\ directory and installed openid package with following command: cabal install openid --extra-include-dirs=C:\OpenSSL\outinc --extra-lib-dirs=C:\OpenSSL\out When I'm trying to compile haskell progra...

Open Id implementation in php?

I am considering implementing OpenID on my website and I am having a hard time finding good resources for OpenID implementation in php. So far I have only found RPX but I don't want to depend on third party vendors. I want something similar to SO , can anyone point me in the right direction and can you also tell approximately how much ti...

Add Openid module in drupal 4.7.x

Can any one please tell me the steps to be followed or how to configure and also to add Openid module in drupal 4.7.x. It would be great if i can get detail steps of adding & configuring it as i am very new to this. Please help me. Ok now i am getting both Openid login form & as well as User Login form of Drupal 4.7 in the same page. ...

How to configure or add OpenId login form with User Login form of Drupal 4.7

I am getting both Openid login form & as well as User Login form of Drupal 4.7 in the same page. Can we show as i shown below. Please anyone help me in this... User Login Log in using OpenID: ( Labels) Username: * ( Labels) Log In ( Button) Cancel OpenID login ( Links) Create New account ( Links) Request New Password ( Links) ...

Open id and facebook implementation in php?

I am using Open ID on my website using Dope Openid library but I would like to add facebook as an open id provider to the list since facebook also supports OpenID...Can anyone help me out with an explanation or link me to a tutorial (staga.net is using it flawlessly on their site) *if someone can also explain to me how Staga is using but...

Yahoo openid website compatibility...

I am using Dope-openid library in my website but while logging in with a yahoo account users get a message above Click "Agree" to sign into www.mywebsitename.com using your Yahoo! ID. Warning: This website does not meet Yahoo!'s requirements for a website address. Do not share any personal information with this website unless you are cer...

Incorporating Open ID with my current login System?

I am currently setting up Open ID authentication in my website and I am having troubles incorporating it with my current Login System and database... I've read the article at Plaxo & it recommends this type of table to store the openid info... create table user_openids ( openid_url varchar(255) not null, primary key (openid_url), ...

No OpenID endpoint found. - .Net OpenID

I'm using .Net Open ID (http://code.google.com/p/dotnetopenid/) I'm trying to add OpenId to a website we are using. I'm running the MVC sample out of the box and recieve the following error when selecting Yahoo/Google. No OpenID endpoint found. The error happens on this line of code return openid.CreateRequest(Request.Form["open...

OpenID for Google App Engine

I saw many links over the internet and specifically openid-consumer project (which is a part of http://code.google.com/p/google-app-engine-samples/), but it doesn't work as honestly readme file says. So what's the latest update on that? Is there any way I can authenticate my web site users with OpenID from someone besides Google (like s...

DotNetOpenId - Open Id get some data

I'm using OpenId on a new website and am trying to get some basic information about the user, see the code below. Why is the following allways null? var myData = response.GetExtension<ClaimsResponse>(); And the main code [System.Web.Mvc.AcceptVerbs(HttpVerbs.Get)] public ActionResult LogOn() { var openid = new OpenIdR...

How far can one take SimpleDB, OpenID and the Cloud?

I have an ASP.NET MVC app (non-transactional, social) I am workong on. I started using the .NET authorisation provider which does the job, but with the Cloud's lining getting more shiny by the day I was wondering just how much I can push up. Ultimately I want to do away with my ISP-hosted SQL Server database and to progressively start u...