The openid-provider tag has no wiki summary.
0
votes
0answers
6 views
OpenId 2.0: session type vs. association type
The OpenID 2.0 specification says very little about the relation between the session type and association type in OpenID association requests. My questions: (1) Is a combination of session type ...
1
vote
0answers
6 views
OpenID Connect Provider implementation
Is there any sample of implementation of OpenID Connect Provider in .NET?
DotNetOpenAuth doesn't seem to support this standard.
0
votes
0answers
25 views
Transitioning from DotNetOpenAuth 3.4 to 4.2 - IProviderApplicationStore to IOpenIdApplicationStore
We are an OpenId Provider and our team is using DotNetOpenAuth 3.4 currently in production as the underlying OpenId Provider Service. We have implemented the IProviderApplicationStore interface, and ...
0
votes
1answer
73 views
How to use OpenID or OAuth for internal first-party authentication?
I am working on an internal authentication system for users of a set of of RESTful web applications. Our intention is that a user should be able to sign-on once via a web form and have appropriate ...
0
votes
0answers
44 views
node.js OpenID provider implementation
Does anyone know good OpenID provider implementation in node.js? Maybe node module?
I am using passportjs to implement Relaying Party functionality.
0
votes
1answer
18 views
openId - Is It possible to initiate a login from the OpenId Provider site?
Usually the user first visits the client site (like stackoverflow) and gets redirected to the OpenID Provider (OP) and gets redirected back to the client after authenticating.
Imagine now we have a ...
0
votes
0answers
45 views
exception in while fetching data from respons in open id
i am able to login successfully via openid , but while processing the response i am gettng below error:-
java.lang.NoSuchMethodError: ...
1
vote
2answers
1k views
Laravel Single Sign-On
Is there any OpenID implementation on Laravel ? (Provider and Consumer)
What I'm trying to do is having One CoreApp acting like an OpenID Provider, and the otherApps as OpenID Consumers so the user ...
0
votes
1answer
122 views
How to implement OAuth for my website one and use it for website two
I want to implement OAuth/OpenID for Website One and use it in Website Two.
I create Sign Up, Sign In, Sign Out, Profile functionality/Pages for Website One and want to use authentication in Website ...
0
votes
1answer
24 views
OpenID Provider offering credentials for accounts they do not control
I am in the process of completing an integration with a 3rd party for OpenID. We've got all of the hard parts done, and everything works.
This 3rd party, call them foo.com, is offering OpenID ...
-1
votes
1answer
48 views
How to know from where user login to my PHP website [closed]
In my website I am using FACEBOOK Login and GOOGLE Login and our own login system. I able to fetch the data from all 3 login ways to my MySQL database but the problem I' facing I can't able to ...
0
votes
2answers
179 views
Google OpenID delegate provider without Google+
For years I've been using my own domain frightanic.com as my OpenID. However, my site delegates to Google's OpenID provider by using the following in the index.html's HTML head:
<link ...
0
votes
0answers
61 views
Is return URL verification in OpenID 2.0 obligatory or optional?
I have a confusion about validating "return_to" using "realm" by OP (OpenID provider) in OpenID 2.0.
Section 9.1. that describes checkid_immediate/checkid_setup request parameters defines realm as:
...
1
vote
0answers
116 views
How to use Attribute Exchange (AX) with php-openid?
We are working with php-openid library of Janrain. There is no documentation or example about how to use the AX.php class and configure it on the OpenID provider/server.
We found one thread about ...
1
vote
1answer
207 views
connecting to Jenkins with own openid provider (simpleid)
does anybody know how to connect to Jenkins with own openid provider?
We have an openid provider on our website - simpleid (http://simpleid.koinic.net/)
I try to connect with it to Jenkins.
I've ...
0
votes
1answer
75 views
disable AskUser in OpenId Provider
I create OpenId Provider by DotNetOpenAuth Library.
I use OpenIdProviderMvc project that found on sample of DotNetOpenAuth and customized it.
Now I have 2 question:
How can I remove AskUser step?
...
3
votes
1answer
153 views
What's the difference between OpenID Provider and OpenID WebRing SSO Provider?
I'm looking at the DotNetOpenAuth samples and there are two OpenID provider samples; and OpenID Provider and an OpenID Web Ring SSO Provider.
Does anyone know the differences between the two, and in ...
4
votes
2answers
476 views
OpenID server/provider for Django
I am looking for a library to implement on OpenID server in Django. That is, I have my own database of users and need to be my own OpenID provider. I do not need to consume OpenID like all the Django ...
2
votes
1answer
217 views
How can i modify joomla to be an OpenID provider?
i'm trying to find joomla plugins or another components to make joomla an OpenID providerID itself with his database.
Any idea of how can i accomplish this idea?
2
votes
1answer
476 views
Implement “local” user management on GAE
I want to develop a business app on GAE. The business proprietor somehow does not like or misunderstands the OpenID idea, insists on implementing local user management: registration using login and ...
0
votes
1answer
69 views
what does openid provider return during discovery?
i am making an openid provider. but i'm stuck at the discovery step. what i have done is as following:
relying party goes to my discovery url
my server (openid provider) return the following ...
1
vote
0answers
445 views
Can't Retrieve Google User Info After Janrain's OpenID PHP Library Login
I start saying that I HATE OpenID, because it's poorly implemented/documented.
I'm trying to use "openid-php-openid-2.2.2-24". Here the source code: https://github.com/openid/php-openid
When I try ...
0
votes
1answer
109 views
OpenID and single sign on (sso)
I have some some basic questions on Openid
1. Can anyone become an openid provider?
2. If someone signed-up to our site will they be able to use that id in any other website that uses open id ? ...
1
vote
2answers
291 views
OpenID security: RPs don't ensure that auth was approved by the actual provider
General Description
I implemented an OP (OpenID Provider), using DotNetOpenAuth. I am testing it against example RPs (relying parties), such as Drupal's OpenID login and the ...
0
votes
1answer
69 views
Me as openid provider
I have an website which is using openid and I made it as an openid provider.
Is there any possibility to display my openid provider in other openid provider website as an identity provider as ...
0
votes
2answers
918 views
Implementing Single Sigon for ASP.NET and Classic ASP websites
We have two old websites in Classic ASP and few websites in ASP.NET 2.0. Our new development is in ASP.NET as well and gradually we might be moving our Classic ASP sites to .NET as well. All these ...
11
votes
2answers
4k views
List of available attributes for http://axschema.org and http://schemas.openid.net
I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I ...
0
votes
0answers
447 views
OpenId attribute Exchange is not working (Spring Security)?
My Security-config.xml has following lines to provide support for openId and request two attributes (name,email) from OpenId Providers...later I will use these(and few more) attributes in more useful ...
2
votes
2answers
164 views
Are their logout urls for all the Openids?
Suppose I login to xyz.com site via Google.
Then when I signout of the xyz.com site but google still keeps on logged in.
As for facebook there is logout url, with which we can logout facebook as ...
1
vote
0answers
34 views
Independence afforded by using own domain for OpenID identifier
I'm looking at OpenID in general and also thinking of using it for a web app idea I have.
My question is about what can be done when an OpenID provider goes under, chooses to cancel your account, ...
11
votes
1answer
512 views
Using OpenID to log into multiple domains: Is this plan feasable?
For example:
We're running a two community sites on two domains (call them example.com and example.net).
We want to be able to expand that to more domains later.
We want to allow multiple types of ...
1
vote
0answers
690 views
Help - Google Openid PHP for Hybrid Popup Login Window appears again and again [closed]
I had downloaded the popuplib.js for the http://code.google.com/p/gdata-samples/source/browse/#svn/trunk/hybrid and written the following php code and after once provided the access and then close the ...
-1
votes
3answers
73 views
Getting users Account Name
I want to know about "How to find user's account in my website."
In my website I want to know that if a user in sign-in in some other tab using some account like google, live, wordpress then how can ...
3
votes
1answer
771 views
Is facebook an openid provider?
I'm confused about facebook and whether or not facebook is an openid provider like google.
According to this link: http://developers.facebook.com/blog/post/246/, facebook is an openid relying party. ...
0
votes
1answer
1k views
How to implement openid google, yahoo and others
I am trying to implement OpenID and for that I download http://www.openidenabled.com/php-openid and from that I picked up Auth folder with changing any thing to localhost directory and created a ...
4
votes
2answers
130 views
Does my open id change over time?
I'm using open id for authentication to my application. And i'm using client's open id uri to identify them. But i figured out that open id uris change over time. Is it usual or is it about open id ...
5
votes
1answer
297 views
PHP OpenID Identity Provider
I'm looking to implement an OpenID identity provider as service for a website of mine. I'm going to integrate it with the existing user services that the app provides, so I'd like to use a library ...
2
votes
1answer
419 views
openid with appengine
I am currently using federated authentication via openid in appengine - using google, yahoo, myopenid as the providers
Had a question as to what I should be storing in my db to identify returning ...
1
vote
1answer
46 views
Openid and types of data
I'm trying to implement an Openid server and the problem is: Exchange special data types.
As i understood on openid you can only exchange ns and ax data schemas for other types of data you should ...
3
votes
2answers
2k views
Which PHP OpenID server/provider library do you recommend?
I am just wondering what PHP OpenID server (some here http://wiki.openid.net/w/page/12995226/Run-your-own-identity-server) you all would recommend from your experiences? Any that I should definitely ...
0
votes
1answer
77 views
Bodysnatcher “OpenId Provider” attack question
Okay so basically here's the Bodysnatcher OpenId Provider attack scenario.
Bob's Google claimed identifier is the following,
...
1
vote
1answer
624 views
Implementing Facebook login using OpenID
Is there an OpenID endpoint that authenticates a Facebook user using OpenID? I have an implementation of an OpenID consumer that uses OpenID login, and I don't care to add yet another login scheme, ...
3
votes
1answer
447 views
Create an own “OpenID-like system” Provider
I know that Facebook use their own OpenID-like system called "Facebook connect", which you can use to authenticate users on your site, among other features.
In my case I have multiple Ruby on Rails ...
3
votes
1answer
401 views
Single OpenID Across Sub-Domains
I'm using OpenID much the same as here on StackOverflow to authenticate my users. What I really need to be able to do though is have that OpenID work across all sub-domains of my site.
The site ...
5
votes
1answer
465 views
How do StackExchange sites associate user accounts and OpenID logins?
I love StackExhchange / StackOverflow's approach to integrating OpenID.
As I understand it, the process goes something like this:
If a user signs up with an OpenID provider (i.e. Google), ...
2
votes
1answer
261 views
DotNetOpenAuth IAuthenticationRequest member explanation request
I'm beginning to use DotNetOpenAuth and want to understand what the following members of the IAuthenticationRequest interface are meant for and how they should be used:
IsDelegatedIdentifier: bool
...
2
votes
3answers
541 views
Problems integrating openId selector with Asp.Net MVC 2
I am trying to use the openid selector javascript library to allow OpenId login for a web site. I'm following the instructions on this site, but I'm not usually a web programmer and its not working ...
0
votes
1answer
90 views
Is there a way to use OpenID for identification (not just authentication)?
Is there a way to perform identification with OpenID, not just authentication?
With OpenID i give an OpenID-enabled web-site my identifier, e.g.:
And then the relying party asks the OpenID ...
0
votes
1answer
356 views
Specify popup size for a Dotnetopenauth OpenID Provider
I am implementing a SSO solution for a controlled set of web sites using Dotnetopenauth. It's really cool once you get the hang of it.
I am using the SelectorProviderButton on the RP side, as this ...
5
votes
1answer
276 views
Any statistics available regarding relative popularity of OpenId providers?
I'm using OpenId, and am providing buttons for all the usual suspects, but I'd like to be a little more scientific about it.
Are there any public stats regarding numbers of users for each provider?

