OpenID is an open standard that describes how users can be authenticated in a decentralized manner. It allows the user to use an existing account to sign in to multiple websites, without needing to create new passwords.

learn more… | top users | synonyms

0
votes
0answers
3 views

OpenID authentication to proxy a site on a blocked port?

I'm setting up a service in my office network that I want to expose to only my office mates outside of our network. My idea is to serve it on a port, say 8080, that is not forwarded by our router, but ...
0
votes
0answers
7 views

Using Omniauth open_id with a different port issue

I am having a project that requires to login with Yahoo open id. I am using Omniauth gem and "omniauth-openid" gem Everything is okay in my local machine but when I deploy it to the production ...
0
votes
0answers
6 views

LightopenID regarding protecting web pages

So I have the example-google.php script working, after loging in it throws the default user string has logged in. But my question is how does this protect anything? Lets say I have ...
0
votes
1answer
14 views

PayPal OpenId Connect with MVC

Has anyone had luck getting Login With PayPal to work with MVC4? I've tried creating an extension of OAuth2Client, as well as a separate extension of OpenIdClient. Both had the same problem, which ...
0
votes
1answer
14 views

OpenID in MVC3 (with Razor code)

I use MVC3 with Razor code. I'm trying to use OpenID login for my application. Can anybody share the API code similar to that which Stack Overflow uses at homepage?
1
vote
0answers
26 views

grails app acting as own openid provider

I am using Grails 2.1.1 with Spring Security and there is a link from my app to another site on the same server as my grails app, where I am using osqa (http://www.osqa.net). I want, that users can ...
0
votes
1answer
27 views
+500

Google Federated Login (hybrid OpenID+OAuth) with wildcard realm

I'm trying to implement Google's OpenID+OAuth protocol, and it doesn't work when openid.realm contains a wildcard: openid.realm: http://*.example.com openid.ns.oauth = ...
0
votes
0answers
6 views

Can I specify the version of openssl with omniauth, oamiauth-openid

My Env. rails (4.0.0.rc1) oauth (0.4.7) oauth2 (0.8.1) omniauth (1.1.4) omniauth-oauth (1.0.1) omniauth-oauth2 (1.1.1) omniauth-openid (1.0.1) I want to use openid connection with SSLv3, however ...
0
votes
0answers
24 views

Sorry! there is an error with the request

I am trying to fetch yahoo contacts of user who visits my site, to invite them, for that i tried to implement the yahoo official PHP SDK to fetch contacts, but when i implemented it and tried to run ...
0
votes
0answers
14 views

Gigya openid provider “Failed connecting. Please try again later” error

I am implementing an openid provider server and I'm using the default gigya widget for a custom provider (with the default api keys). Everything works smoothly (discovery, association etc) up until ...
0
votes
0answers
33 views

Create your own OpenId and OAuth Provider

I want to implement a single-sign-on on all of my applications including mobile apps. Is it a good practice to create your own OpenId and OAuth Provider? Is there a good exmaple on how to do this ...
1
vote
1answer
27 views

How to migrate from Google openid to Google+ Sign in?

I have been using Google openid on a website and therefore have lots of accounts in my database. They have usernames like https://www.google.com/accounts/o8/id?id=AItOaadsfhaskjhfkjsahfkjsdhf. I want ...
0
votes
0answers
6 views

OpenId: getting phone number from google and other OPs with Atribute Exchange

I am a bit confused about what attributes (using Attribute Exchange) should I use to get phone number. Managed to find mentiones of these: http://openid.net/schema/contact/phone/default ...
0
votes
1answer
36 views

How I Fake an OpenID provider for testing purpose?

I'm developing an app that use a corporate OpenID provider to provide user authentication. I use the composer hybridauth package and i need an easy way to test my application even when i'm at my home ...
0
votes
0answers
19 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 ...
1
vote
0answers
26 views

Understanding base_url parameter when using HybridAuth

I'm trying to use the hybridauth library to authenticate and get access to the users profiles of my corporate OpenID provider. I'm trying to configure all the parameters but i don't understand some ...
0
votes
2answers
55 views

Adding OpenID support in broadleaf commerce

I am trying to add OpenID support to broadleaf commerce application. I was able to work out a working standalone web application using Spring OpenID. In my site/pom.xml of my broadleaf commerce app, ...
0
votes
0answers
24 views

Questions to allow Google Federated Login for a specific domain?

I am new to OpenID and have been requested to build a login system to work with the company's Google account. They want to restrict logins to users of their domain. They login into Gmail using their ...
0
votes
0answers
21 views

How to get the user's Yahoo GUID using openid?

Is there a way to get the user's Yahoo GUID? I'm using lightopenid and can perfectly extract user's email, name, and openid id but not its yahoo guid.
7
votes
2answers
123 views

Centralized API provider - oAuth or not?

I am a bit lost with the overflow of information and I need some guidance on the best way I can support providing APIs access only to trusted clients. Current environment: We currently have a ...
0
votes
0answers
17 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.
1
vote
2answers
69 views

Scala: how to use google/facebook credentials to provide access control for my application via openID on Heroku

I'm writing a hobby project with Scala on Heroku. Currently I have my own authentication mechanism which uses http basic auth. I'd like to be able to use people's existing credentials from e.g. google ...
0
votes
1answer
39 views

Omniauth + OpenID in Ruby: Google OpenID authentication in a popup

Using the omniauth and omniauth-openid gems in Ruby and am looking for a way to have a pop up window during authentication. According to Google's OpenID docs ...
0
votes
1answer
56 views

How to get an access token using Google's OpenID+OAuth hybrid protocol?

I've been spending some time trying to get my web app set up to use this method of authentication, but it really seems like there aren't any examples out there, and the documentation is sparse, ...
0
votes
0answers
15 views

Redirecting LightOpenId after successful authentication

I have a page that's responsible for authenticating a user. If the user successfully authenticates, but has no account in the system, I'd like to redirect them to another page, where they can create ...
0
votes
1answer
15 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
2answers
57 views

Google OpenId and Google APIs

I was trying to achieve an openID login with google and then get an acces token to access google apis (such google plus, or drive) The first attemp was successful but with a big problem: Make the ...
0
votes
0answers
15 views

Openid how to get user id or token after log in

https://www.google.com/accounts/o8/id?id=AItOawmaffZ-l9iTVMvhRv3_coTY2SPASsc1mDM - I get a link like this, it is an identity property of open_id, but how can i get the id, what I need a user id or ...
0
votes
0answers
59 views

how to implement Facebook Login without using Membership that is come with asp.net mvc 4

I have implement the facebook login in Asp.net mvc 4. I not want to call the "initializedatabaseconnection" function because I don't want to use membershipporvider that is come with asp.net Here is ...
0
votes
0answers
14 views

Google App Engine URI Error: /_ah/xrds

In my GAE admin dashboard, everyday I have URI Error below: /_ah/xrds 50 100% The application was written in Java. Authentication type is (Experimental) Federated Login. I checked the log: ...
-2
votes
0answers
48 views

How To Get Started With a PHP login system With OpenID? [closed]

i have a cool project website i want to work on, first thing first, i need a login system i am a new php/html/js programmer. i seen log in systems before, i dont really want to code one my self, ...
0
votes
1answer
17 views

Calling onlogin even for authenticated email

I want to try Mozilla Persona in my recent project but found one unpleasant feature. I hardcoded email-address in navigator.id.watch like this: navigator.id.watch({ loggedInUser: ...
-5
votes
0answers
29 views

how to redirect to mywebsite aftere login f [closed]

i made a website for online shopping.There i used openid code to login to my website through google account.I done it but after login i get the user details in url,how to decode this url and u show ...
0
votes
0answers
20 views

How to get User name through OpenId in .net

I am using DotNetOpenAuth.dll var openid = new OpenIdRelyingParty(); var response = openid.GetResponse(); if (response != null) { var id = StringToGUID(response.ClaimedIdentifier.ToString()); ...
0
votes
0answers
15 views

User authorisation on WordPress

I need to add openID authorisation for my site, but the problem is users must add comments via WP standart mechanism of commenting. So here is my scenarion 1. authorise via openID provider 2. add this ...
0
votes
0answers
12 views

Map OpenID profiles from different providers that belong to a single user

Each time a user logs in to my site via SocialAuth, a new profile is created for him if this is the first time this profile was used. Is there a standard way to map multiple OpenID profiles from ...
0
votes
0answers
27 views

OpenID: multiple applications single sign on?

Is it possible to have multiple apps authorize a user at once? I.e. when for example logging in with Google; the user sees: App1 and App2 are asking for some information from your Google Account ...
3
votes
0answers
36 views

how to fix https openid error

I am using local https protocol and fake certificate . When using django-openid-auth give me this error OpenID failed OpenID discovery error: Error fetching XRDS document: (60, 'server certificate ...
0
votes
0answers
52 views

php membership system with openid [closed]

I would like to replace a membership system. I would like to implement a open source membership system that support openid. I found many CMS did not support membership. I am using a shared webhosting ...
0
votes
0answers
29 views

Google as identity provider, reading the OpenID namespace value

What is the proper way of determining what the openid namespace is? (I.e. what are correct names of parameters with requested user info...?) As of now I determine the namespace by parsing the ...
0
votes
0answers
21 views

Can someone explain OpenID on this site? [migrated]

The reason I never used this website is that it has always been impossible to log into. That includes Stack Exchange, which I don't understand at all. I originally signed up with OpenID, but it is a ...
0
votes
0answers
52 views

Using only openid in MVC project

I'm just starting out trying this OpenID thing, and I have a super duper simple project I want to get under way. I'm building an extremely small webapplication basically to be used only for ...
3
votes
1answer
109 views

MVC4/ Google OpenID limit to specific Google Apps Domain(s)

I created a new MVC4/.NET4.5 project and enabled Google OpenID. This worked, shockingly easily. My company has "gone google" and our domains/ employee identities are in the Google Apps webspace. ...
6
votes
0answers
91 views

Processing AuthenticationResult's from different providers in the same page

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with ...
0
votes
0answers
51 views

Login with yahoo using OpenID for Multilingual site

I am integrating yahoo open ID for my site. My site is running for different languages( en, jp, cn etc.). When I am trying to logged in from english site with yahoo opend ID then its fine but when the ...
0
votes
1answer
55 views

State-of-the-art session management with OpenID and OAuth2 for web apps

I'm implementing an authentication part of my web app using the App Engine (Java), OpenId (for Google signin and so on), and OAuth2 (for Facebook signin). Important requirements include "keep me ...
0
votes
1answer
54 views

OpenID login with Google suddenly stopped working in production

I came in today to find that no one can login to our system that uses DotNetOpenAuth with the Google Provider. This has worked fine for months and there's not been an update to the system in weeks. ...
1
vote
0answers
37 views

Automatic login in web app if user is already logged in google apps

I would like to know the best way of implementing automatic login to my web site. What I mean by automatic is this: I've already signed into Google. I now go to my web site and its login page. ...
0
votes
1answer
34 views

Check in custom php application if a user has already logged in google apps account

I am creating a php application in which I want to implement openid login. I want to implement the following functionality: If user has already logged in his google apps account, then php application ...
0
votes
0answers
117 views

How can an Android client authenticate with OpenID (Google) and then pass this on to an asp.net Web Api?

I've created a basic asp.net web application which logs the user in via a user's Google account as per the tutorial here; ...

1 2 3 4 5 42