0
votes
2answers
8 views
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 …
0
votes
0answers
11 views
It it possible to integrate OWA and OpenID?
Is it possible to integrate OWA (Outlook Web Access) and OpenID with a standard, existing component? If not, is it theoretically possible with a straightforward integration plugin (most probably using …
0
votes
0answers
25 views
Open ID Lockout [closed]
First of all, I'm aware this question belongs to meta, but I can't log in there.
The problem I've had is the following:
I used to log in to SO sites with myvidoo provider. This provider is not …
0
votes
0answers
15 views
Saving User Registering with Authlogic and OpenID
I'm using Authlogic to for my user authentication and want to offer our users the option of registering with a traditional user name/password or OpenID and/or Facebook Connect.
The problem I'm …
2
votes
1answer
70 views
Is OAuth and OpenID the right approach in this case?
I am still trying to wrap my mind around the workings of OAuth/OpenID, as such...
I am developing an "installed app" that will run on computers and iPhone. A given user may install the client app on …
1
vote
4answers
66 views
Securly Storing OpenID identifiers and OAuth tokens
I am creating a web app that will use OpenID logins and OAuth tokens with Youtube. I am currently storing the OpenID identity and OAuth token/token secret in plain text in the database.
Is it …
2
votes
1answer
41 views
Is my OpenID correct?
Evening all.
I'm implementing OpenID using the Zend Framework and Zend Auth. All is working fine except i'm a little worried that i might be storing an incorrectly modified OpenID against a user.
…
2
votes
2answers
48 views
How does Google generate its OpenID claimed_id tokens?
I'm using the django_openid_auth module and have it configured to automatically create new user accounts for new OpenIDs. This makes the "sign up" process really trivial, but I'm a bit worried that …
-1
votes
4answers
74 views
What are Some OpenID Alternatives
I am trying to integrate OpenID into my website but I am discovering OpenID website is still buggy. Does anyone know a good alternative.
0
votes
1answer
50 views
PHP: Problems with Facebook Connect authentification
I would like to develop an external website using Facebook Connect instead of an own login and registration process.
On the first page (index.php) I have the following code for the login button:
…
1
vote
2answers
46 views
How to set url parameters in an array?
Hey guys I am using open id authentication on my website and after authenticating I am getting a url from openid providers i.e yahoo and google
http://www.mysite.com/openid-login.php?
…
0
votes
1answer
22 views
Zend_OpenId_Consumer - Login failed
I get every time this error, why?
OpenID login failed!
$consumer = new Zend_OpenId_Consumer();
if (!$consumer->login('http://openid.org/webo')) {
die("OpenID login failed!");
}
0
votes
0answers
38 views
Google Federated Login vs Hybrid Protocol vs Google Data Authentication. Whats’s the Difference?
Hi,
I am trying to implement Google Authentication in my website, in which I would also be pulling some Google Data using the Google Data API and I am using Google App Engine with Jinja2.
My …
0
votes
2answers
56 views
Are there any lightweight ASP.NET MVC-based frameworks supporting OpenID?
I am looking for a lightweight framework that will allow me to knock out a MVC CRUD website very quickly, and I need it to support OpenID.
Is there anything like this?
1
vote
2answers
35 views
Open ID implementation feedback
Hi I have found an article on implementing OpenID on my C# site http://madskristensen.net/post/OpenID-implementation-in-Csharp-and-ASPNET.aspx
I have a few basic needs, mainly need to add some sort …
