Closed (duplicate)
Project:
Bakery Single Sign-On System
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 15:40 UTC
Updated:
12 Oct 2010 at 23:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
coltraneHere's a first attempt at providing login from the slave site, not via AHAH but via XMLRPC and having the slave create the cookie. This is written as part of work beginning on #854202: Register and login on slave site
greggles informed me about concern on d.o of having slave sites create the main cookie. This functionality could be optional.
This isn't hashing the username or password yet, it's basically just a port of the site network functionality in
Comment #2
coltraneHere's another approach after talking with greggles. In it we alter the action of the login forms to be a master-only Bakery callback which checks input, authenticates user, and if successful creates cookie and finally redirects back to the slave.
If just authentication fails then we get redirected back to slave Bakery callback which sets the standard message and sends the person to /user.
This is probably better overall than the XMLRPC method in #1.
Comment #3
coltraneI think #2 needs more polishing, but setting to CNR.
Comment #4
juliangb commentedI like this approach (#2) a lot - it seems to split up the tasks between master and slave quite well. I will test in more detail, but one comment... also the comments on #854202: Register and login on slave site will also apply.
I'd prefer all paths to start with the bakery/ namespace.
Powered by Dreditor.
Comment #5
coltraneThis patch is going to be combined into #854202: Register and login on slave site