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

ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections

DevShed: An Introduction to Using the Decorator Pattern with PHP

Mike Naberezny\'s Blog: Moving Forward

ThinkPHP Blog: Methods to Reduce the Load of Your Webserver by Caching Content

Secunia.com: phpChess Community Edition Multiple File Inclusion


Community Events









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


development unittest api object framework example community code testing language introduction event zendframework2 release functional composer tool opinion interview podcast

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