mrclay / shibalike

Shibalike is a PHP library for creating Single Sign On between PHP apps on the same origin by emulating a Shibboleth environment. It has components to query attributes for a user, persist them in a non-native Session implementation, and inject them into the $_SERVER array as would a Shibboleth web server module.
Other
19 stars 0 forks source link

SP and IdP should inherit from Junction #3

Closed mrclay closed 13 years ago

mrclay commented 13 years ago

Junction could have metadata modifiers, getUser, getCurrentUrl, setLog, etc