[symfony-users] Re: sfGuard and multisite authentication

2011-01-27 Thread lambert_b
Hi Introvert,
Actually, I am building one, using it for a few applications (or
actually, rebuilding it from scratch, as there are is a lot to it)

Want to publish the plugin soon, will be jvSaasPlugin, from Software
as a Service.

It is build on top of sfDoctrineGuardPlugin (trunk) and
sfDoctrineApplyPlugin (1.2).

You can define 'Clients' and users that have access to these Clients.
Optionally, you can add additional credentials for a user to this
Client.

Need some work to finish and document it.

Does this sound what you need?

Best regards,

Lambert

On Jan 25, 3:38 pm, Justen Doherty phpc...@gmail.com wrote:
 Hi Introvert,

 could you not create a user admin user group that is exempt from using the
 site_id in your SQL queries..

 On Tue, Jan 25, 2011 at 2:30 PM, Gabriel Petchesi pghora...@gmail.comwrote:



  This is beyond what you can do with sfGuardUser, search on google for SSO
  (Single Sign On) technologies:
 http://en.wikipedia.org/wiki/List_of_single_sign-on_implementations

  If you want to build it yourself you could do something like this:
  1. User logins to site A
  2. User gets first page from site A
  3. In that page include a javascript code that requests a tiny image from
  all the other sites with some additional dynamic variables.
  This code will be executed on the client side and when all images where
  requested you are signed into all other websites.
  Do the same when signout.

      gabriel

   --
  If you want to report a vulnerability issue on symfony, please send it to
  security at symfony-project.com

  You received this message because you are subscribed to the Google
  Groups symfony users group.
  To post to this group, send email to symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en

 --
 -http://www.linkedin.com/in/justendoherty-
  LinkedInhttp://www.twitter.com/phpchap- 
 Twitterhttp://www.anotherwebdeveloper.com- Portfolio

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Important sfDoctrineApplyPlugin news

2010-07-02 Thread lambert_b
Hi Tom,
Great news! We had a discussion already half a year ago on this topic.
Did not have the time to do it myself as I was full of deadline
projects.

Had a peak in de code, and have a small request: Can you enhance the
schema.yml also with a 'middle_name'? In Holland, and maybe other
countries, we have these akward names like
'Jan de Jong', where 'de' should not be in the last name, e.g. it
should be sorted on 'Jong'.

Maybe you can make an app_setting for it. Or I can commit some code
for it. Let me know,

Thanks, Lambert

On Jul 1, 9:28 pm, Tom Boutell t...@punkave.com wrote:
 The svn trunk of sfDoctrineApplyPlugin will soon contain bleeding edge
 code. You should NOT pin the svn:externals of your project to the
 trunk.

 Instead, you may pin them to the new 1.1 branch, which contains the
 stable release you're used to. Change your externals to read like so:

 sfDoctrineApplyPluginhttp://svn.symfony-project.com/plugins/sfDoctrineApplyPlugin/branches...

 You could also pin them to the new 1.2 branch, but that would require
 considerable work on your part (read on).

 I will leave the trunk in its current boring state for one month to
 give folks a chance to take notice of this change. I have also placed
 a warning file in the trunk.

 Development of the 1.2 branch is quite far along, and in fact there's
 a fully working version in the 1.2 branch now, with the following
 major changes, many of which are breaking changes unless you do some
 migration work on your database:

 * Relies on extension of the sfGuardUser table rather than a profile
 class for better database normalization
 * Forms are now empty extensions of Base versions so you can do the
 usual Symfony thing to override them at the project level (you can
 also use my app.yml approach)
 * Forwards and backwards compatible with sfDoctrineGuardPlugin's
 current stable release and its new trunk version
 * First name, last name and email address fields now consistent with
 sfDoctrineGuardPlugin's new trunk
 * Uses Symfony's built-in SwiftMailer support, removing the Zend
 Framework requirement

 FAQs:

 But I'm already using it and I don't want to make changes!

 Don't. Keep using the 1.1 branch. Upgrading is pretty tough, in
 particular because the old version only has a fullname field and you
 have to migrate fields from profile to sfGuardUser.

 But sfDoctrineGuardPlugin's new trunk has its own register feature!

 Yes, but it has no email confirmation of new accounts, so it does not
 currently meet the needs of most sites that are currently using the
 apply plugin.

 Doesn't sfDoctrineGuardPlugin's trunk have its own Forgot Password
 feature?

 Yes, and it does do email confirmation. It's pretty much equivalent to
 the same feature in the apply plugin. Use it if you like it.

 What is the future of sfDoctrineApplyPlugin?

 We'll see! If sfDoctrineGuardPlugin incorporates email confirmation
 for new accounts, it might not be necessary to maintain a separate
 plugin anymore.

 Do I have to use the svn trunk of sfDoctrineGuardPlugin?

 No. sfDoctrineApplyPlugin's 1.2 branch works with both the 1.3 branch
 (aka the 1.4.x release versions) *and* the trunk of the guard plugin,
 thanks to schema merging.

 When will a stable 1.2 release appear?

 Shouldn't be long, since we need this in a finalized form for our own
 projects.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en