Needs review
Project:
Google Identity Toolkit (GITkit)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 15:19 UTC
Updated:
2 Nov 2012 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Zamite commentedAfter I looked into git-for-drupal.js I found the issue:
window.google.identitytoolkit.easyrp.config.setConfig({
idps: ["Gmail"]
});
If I change the array to idps:["Gmail", "Yahoo"] I get the yahoo option to work, etc.
It should be possible to add an identity provider list to the gconnect settings and then use that setting by changing this into something like:
window.google.identitytoolkit.easyrp.config.setConfig({
idps: Drupal.settings.gconnect.idps
});
Comment #2
Zamite commentedCoded the change, and it works will post a patch soon.
Comment #3
Zamite commentedHere's the patch.
This adds a textarea where you can add idps names from your gitk and they will show up on the widget.
Comment #4
Zamite commentedWrong status code, woops.