openid-provider

Best OpenID Provider for iPhone / Mobile Device

Is there an OpenID provider that is really exemplary for use on an iPhone or other mobile devices? Before you say this belongs on meta.stackoverflow.com, hold on, I promise this is a programming question. If designing a highly mobile site, it would be nice to offer a large button linking to them from a login page (like the Google link ...

Provide your own openid server

Right now I use 3rd party sites to act as my openid provider (myvidoop and myopenid). I was thinking about enabling my site to act as my provider. I thought for sure there would be some scripts I could install and achieve this easily. I have tried janrain's apps, clamshell, phpmyid, etc. I could not get any of these to work. I am pretty ...

Is Facebook an OpenID provider?

Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials? ...

Making an OpenID Provider with SSL.

Hi, so I'm currently trying to make an OpenID provider. I've tried using two Java based OpenID server packages- Atlassian's Crowd, and WSO2 Identity Server. Now, in my implementation, security is a must, which means using SSL and having HTTPS based OpenIDs. Now, for both WSO2 and Crowd a large number of sites simply do not work with the ...

OpenID provider library recommendations for PHP

Our PHP site uses a home-grown forms auth implementation. We're considering making our site into an OpenID provider so that we can authenticate (using our exisitng user accounts) users on a StackExchange site. If we have to add code or UI to our login form or add fields to our database, that's fine-- we just don't want to have to rip ou...

How do I make my Django website act as an open id provider? I want logged in users to be able to use my site as an openid provider.

I don't want to let my users login to my site with an openid. I want all of my users who login to my site with their username and password to be able to use my site as an openid server/provider to login to other sites. Is there a Django plugin available to enable this? ...

Is it possible to use Amazon.com as an authentication provider

I thought I'd be able to find information on this topic, but it appears my google-fu is weak today. I'm building a Silverlight app that is consuming the Amazon.com product advertising API. I want to add authentication to my app, but instead of using the default forms base authentication, I would like to implement OpenId. I see many sight...

DotNetOpenAuth OpenID Provider "Sequence contains more than one element"

...

Example of supplying SREG/AX in DotNetOpenAuth

I can't find any example of supplying SREG/AX extension on Provider (OP) side in DotNetOpenAuth. All constructors of ClaimsResponse are internal. Any help/suggestions? ...

Implementing an OpenID Provider in Perl

This might be a shot in the dark, but I am trying to implement an OpenID Provider in Perl using the Net::OpenID::Server module. The documentation for the entire process is confusing and sparse. If anyone has successfully implemented a provider in Perl, could you please paste some code snippets? ...

how does OpenID differ between different logins on the same OpenID endpoint

I am trying to implement an own OpenID endpoint based on SMF user accounts. I based my code on phpMyOpenID and some SMF authorization code. It works fine so far. I can use the endpoint to login/register on any site. If I am not logged in on the SMF, it will ask for my login and if that SMF login is successful, it accepts it. However, i...

how to get url endpoint openid provider

how to get end point url of a openid provider like for google if we get from https://www.google.com/accounts/o8/id or for yahoo it is http://me.yahoo.com .Similarly , for others how to find this information. ...

how to make openid provider discovery

how to make discovery for openid provider like for orange.fr? ...

when to use openid.ax.required inopenid

when to use openid.ax.required in making request for authentication.Because if this option is required by google but it is not required by yahoo. ...

difference between http://schema.openid.net/contact/email and http://axschema.org/contact/email

when to use http://schema.openid.net/contact/email and when to use http://axschema.org/contact/email in openid request. ...

security aspects in openid

what security aspects should be kept in mind while implementing openid from scratch(without using library). ...

phpMyID configuration problems

I have followed the instructions on the read me file and everything seems to be working but when I try to use my own domain address as my OpenID for stackoverflow, I get this error message: Unable to log in with your OpenID provider: Error occurred while sending a direct message or getting the response. Any ideas on what might...

List of Direct OpenID Providers that utilize unbound discoverable URLs?

Anyone has a list of Direct OpenID Providers that utilize unbound discoverable URLs? So far, I have only found these: myopenid, yahoo, Hyves, myspace, myid.net, google, yahoo japan, AOL, Verisign. ...

Value of dh_modulus and dh_gen in OpenID

In the association stage of the OpenID process, Diffie-Hellman is used to encrypt the OpenID.session_type value. For using diffie-hellman, we have to generate the value of dh_modulus(p) and dh_gen(g) values. My question is, do I have to generate p and g values each time I send a OpenID request to an OpenID Provider or only during those t...

Single-user OpenID server with Rails

My website's root page automatically redirects all users to some subpage via http header. http://example.com/ → http://example.com/subpage I want to use my domain example.com as OpenID. The problem is that I have to add some tag to my root page, but it should redirect all users on subpage. I can change the type of redirection and use e...