openid

OpenID SSO in Websphere Liberty requires authentication every time I reopen a browser

≯℡__Kan透↙ 提交于 2019-12-10 12:13:57
问题 I've defined Websphere Liberty to use OpenID Connect Provider by using following feature: openidConnectClient-1.0. Everything works file except that Liberty requires from user to authenticate every time it open browser, i.e. closing browser removing all authentication details. What's wrong with my configuration or maybe I've missed something? server.xml : <featureManager> <feature>jdbc-4.1</feature> <feature>jndi-1.0</feature> <feature>ldapRegistry-3.0</feature> <feature>appSecurity-2.0<

Android app + webserver API using Federated login or OpenID (WITHOUT GAE)

走远了吗. 提交于 2019-12-10 10:55:12
问题 I have an Android app that needs to upload data to an API (API will then save data in MySQL DB). I would like to use a Federated login (Google) or OpenID authentication procedure so that user does not need to register email + password for my app, but rather can use Google (or other account) that is saved in AccountManager . Up until early this year, the solution was using GAE, as per Nick Johnson's famous recipe. But since Google started charging for the use of GAE, this is not a viable

Migrating from OpenID 2.0 to OpenID Connect

折月煮酒 提交于 2019-12-10 10:47:13
问题 As we know Google Login is migrating from OpenId2.0 to OpenId connect. I have changed my code as like require 'oauth/openid.php'; $openid = new LightOpenID; $openid->realm = "http://".$_SERVER[HTTP_HOST]; $openid->identity = 'https://www.google.com/accounts/o8/id'; $openid->required = array('contact/email'); if (!headers_sent()){ header('Location: '.$openid->authUrl()); }else{ echo '<script type="text/javascript">'; echo 'window.location.href="'.$openid->authUrl().'";'; echo '</script>'; } }

What are the pros and cons of a default URL with www or without www?

早过忘川 提交于 2019-12-10 10:23:39
问题 We need to default URL to unique name. If it is www then with no prefix or vice versa. So decision to be made is either stick with www or with no prefix. With no prefix cookie is set for all sub domains. What are other downsides for it? Or benefits? Basically we need this for OpenID as OpenID will make users look different if they came from www or with no prefix. As our site is new so we can go with either one. Also, how the domain name looks is not much of a concern. 回答1: By not using the

Include OpenId in drupal

半世苍凉 提交于 2019-12-10 07:14:22
问题 i want to create a OpenId login system like stackoverflow :) in drupal..By default, drupal doesn't offer this..is there any plugin that does this job? EDIT:the user should ALSO be able to login with their yahoo, gmail, aol or blogger account..u guys can't understand my pro.. it's simple..i've openID enabled in my drupal 6. When i try to use my gmail or yahoo account, it doesn't login. What should i do for that? 回答1: Yes, there's a module for that. But you added a drupal-6 tag, which suggests

Implementing OpenID with PHP

好久不见. 提交于 2019-12-10 04:07:04
问题 I'm interested in implementing OpenID and I've been reading about it, but there's still a few aspects I'm a bit confused about. I've seen multiple flow charts of the interaction and step-by-step details, such as this one, but they all skip details about what happens upon a successful login. Everything I've read says something along the lines of "upon successful login, the user is redirected back to the site." Well, how does my site know that the login was successful? Are cookies set, do I get

DotNetOpenAuth and Facebook

痴心易碎 提交于 2019-12-10 02:22:41
问题 I'm attempting to use DotNetOpenAuth for some web single sign on functionality. I got the samples working for Google and Yahoo but am struggling with Facebook. I am using the CTP (4.0.0.11165) and have followed the example in this SO question. However, I get a runtime error on the line: IAuthorizationState authorization = client.ProcessUserAuthorization(); The error is: Failed to obtain access token. Authorization Server reports reason: (unknown) Any ideas? 回答1: The build you're using is

Difference between Google “OpenID Connect” and “sign-in with Google”?

南笙酒味 提交于 2019-12-10 01:02:36
问题 I want users to my website to use Google Accounts to authenticate / sign in to my website. The primary use case being users will edit and generate content and we want to log ownership in a secure way. We are not interested in obtaining users Google data, we just want a means to authenticate users. After googling, I came across some documentation, which seems to explain how to do this OpenID Connect (OAuth 2.0 for Login). But the documentation immediately says "Note: If you want to provide a

Is there a PHP plugin for allowing login via major OpenIds and login APIs?

醉酒当歌 提交于 2019-12-10 00:23:26
问题 Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in MySQL? Or is there a system that can be extended to include various other login providers as they become available? Google Account / gmail / blogger Yahoo! OpenId / ymail / Flickr Facebook Connect Twitter OpenId MyOpenId MediaWiki Wordpress OpenID MySpaceID AOL / AIM Windows Live 回答1: It is not a