Posts

Showing posts with the label openid

OpenID for eZPublish

Image
Earlier this year I was investigating OpenID and decided to attempt to integrate it into eZ Publish . I got most of the way before I realised that the amount of existing code I had to replicate meant that the maintenance of the extension would be a nightmare. After discussions at the eZ Developer Day I decided to upload the source to projects.ez.no and invite anyone interested check it out. If you want to contribute feel free to add yourself to the group. The extension uses the PHP OpenID Library by JanRain . The version of the library used in the extension is 2.1.1. In future I plan at evaluating the use of the eZ Components OpenID Authentication module . Features The extension provides the following features: Login using OpenID Register Using OpenID OpenID URL management Both the OpenID Login and User Registration work in parallel to the existing systems, allowing users to login & register in a regular manor. The templates have been created for the admin & ezwebmin i...