OpenID is a service allowing users to register and login to your site using existing credentials.
0
votes
0answers
38 views
Login functionality is not working using openid + token authnetication
I am facing a strange issue. I am using token authentication module. In the background, I use AJAX requests(after every 5 seconds) to access some URLs using authentication tokens. Now the issue is ...
0
votes
0answers
48 views
Change/re-order the list of OpenID providers
I'd like to change the default OpenID providers list supported by the OpenID Selector module.
I want "Google", "Facebook", "Yahoo" and "LinkedIn" OpenID selectors to be shown as large image in login ...
3
votes
1answer
175 views
How to force openid login from a single provider in Drupal 7?
So with the current Drupal 7's OpenID module, one must click on the "OpenID" on the main page, which the user then enter the url of the OpenID provider to link up to. Assuming I know exactly what ...
13
votes
2answers
310 views
How to make an “Add more logins” similar to Stackoverflow?
I am using OpenID Selector module to integrate OpenID logins to my website; the same service used by Stackoverflow for login/registration. However, how can I add an option to "Add more logins" like ...
1
vote
0answers
275 views
Allowing OpenID only login to Drupal [duplicate]
We are looking to allow logins in our university Drupal instance via OpenID for non-university account holders. We currently use the CAS module to authenticate university account holders.
We want to ...
3
votes
1answer
261 views
Forcing OpenID login instead of Drupal own authentication
Is there a way to force the users to use OpenID (e.g. Google, Facebook, Twitter) and not use Drupal's internal authentication?
0
votes
1answer
257 views
How can I implement OAuth based login, just like drupal.stackexchange.com offers? [duplicate]
Possible Duplicate:
What are the differences between the various OpenID widgets available?
I know there is the Janrain Engage module, but I don't want to depend on an external provider. Can ...
3
votes
2answers
573 views
Can I allow people to use their FB, Twttr or G+ accounts to post comments in my site WHILE remain anonymous?
I would like to know if there´s a way to allow people to log in into my Drupal site and post comments with their Facebook, Twitter or Google Plus accounts... while remaining anonymous.
I don´t want ...
1
vote
3answers
466 views
Social Auth for Drupal 7 [duplicate]
Possible Duplicate:
What are the modules that used for “Login with Twitter/Facebook”-like authentication?
Are there modules for auth like stackoverflow?
Register or login via ...
4
votes
1answer
355 views
Can't login using OpenId (core) and Google profile
I'm using the OpenId module (included in core v7) but can't link an OpenId to an existing account. Every time I try to add it an error occurs:
Sorry, that is not a valid OpenID. Ensure you have ...
1
vote
1answer
280 views
Implementation of the Google Identity Toolkit (openid like)
I´m trying to weite a module that implements the folliwing google api
http://code.google.com/apis/identitytoolkit/index.html
it´s kind of like the openid, uses external accounts from the api to allow ...
3
votes
2answers
574 views
What are the differences between the various OpenID widgets available?
There seems to be several different widgets for providing easer registration and login. I'm curious how they work and what the difference between them are? For example, there is the OpenID selector, ...
7
votes
2answers
667 views
Drupal 7 and Open ID
How does this Open ID module work in Drupal 7? I would expect something more or less the way StackOverflow and all these StackExchange websites work: you pick up your logging provider, like Google or ...
5
votes
1answer
197 views
What security issues are involved with cross-domain logons using OpenID?
I want to implement cross-domain logons for 3 sites. Is OpenID the best tool for protecting my site and users?
