News Feed
Jobs Feed
Sections




News Archive
Richard Thomas' Blog:
Solar Framework Shorts - Using Multiple auth adapters
April 07, 2010 @ 15:56:30

Richard Thomas has posted another "Solar Short" to his PHPJack blog today dealing with a method for using multiple authentication methods in a single Solar framework installation.

What if you want to use multiple methods? OpenID? Facebook Connect? Saml? or one of the other dozen+ solutions that you might use.. What to do? One thing to keep in mind, Auth happens really early in the bootstrapping process so things like SQL may not be available yet unless you specifically loaded it in the config.. Then you need to load the proper auth module and call it as needed..

He includes a code example of how it would work - extending the Solar_Auth_Adapter to create a single "multi-adapter" with a switch to evaluate and load/use the correct authentication method. It uses the Solar_Config object to set the Auth Adapter when it's loaded so you can even use multiples in the same page load if you need it.

1 comment voice your opinion now!
solar framework multiple authentication adapter tutorial


blog comments powered by Disqus

Similar Posts

Mindloop Blog: Htmlpurifier and the CodeIgniter framework

PseudoCoder.com: How To Really Use Xdebug To Speed Up Your App

Reddit.com: Dependency injection in ZF2 and Symfony 2 are service locators

Agile Toolkit Blog: Which PHP Framework is the Fastest?

Liip Blog: Symfony documentation in French is online!


Community Events











Don't see your event here?
Let us know!


usergroup testing database series phpunit framework development conference language zendframework2 rest symfony2 unittest introduction podcast release opinion interview functional community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework