Projects tagged ‘authentication’ and ‘cas’


Jump to tag:

Projects tagged ‘authentication’ and ‘cas’

Filtered by Project Tags authentication cas

Refine results Project Tags single_sign_on (4) sso (3) web (2) http (2) ruby (2) perl (2) websso (1) roundcube (1) mediawiki (1) liberty (1) camping (1) ldap (1)

[9 total ]

7 Users
 

RubyCAS-Client is a Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
Created over 3 years ago.

6 Users
   

Lemonldap::NG is a modular Web-SSO based on Apache::Session modules. It simplifies the build of a protected area with a few changes in the application. It manages both authentication and authorization ... [More] and provides headers for accounting. So you can have a full AAA protection for your web space as described below. Lemonldap::NG is a complete rewrite of Lemonldap. All components needed to use it and to aminister it are included in the tarball. Contrary, all modules developed for Lemonldap may not work with Lemonldap::NG. [Less]
Created about 1 year ago.

6 Users
 

RubyCAS-Server is a Ruby implementation of a server for Yale's Central Authentication Service. CAS provides single sign-on authentication for web applications. Since CAS is a solid, widely-adopted ... [More] protocol, CAS clients are available for many platforms and frameworks, including Java, PHP, Ruby on Rails, and others. RubyCAS-Server is designed to be simple to set up and configure (which is quite the opposite from it's popular Java cousin, the JA-SIG CAS Server). RubyCAS-Server is written using the Camping microframework. Code contributions are welcome. Please contact the author for access to the subversion repository. [Less]
Created over 3 years ago.

1 Users

An alternative Central Authentication Service server. It is implemented in Jifty using Perl.
Created over 3 years ago.

0 Users

SimpleCAS PHP 5 CAS ClientThis is a PHP 5 client library for JA-SIG Central Authentication Service (CAS). Compatible with servers using version 1 or 2 of the CAS protocol. Install with: pear ... [More] channel-discover simplecas.googlecode.com/svn pear install simplecas/SimpleCAS-alphaManually install by downloading the latest release and extracting the files, along with HTTP_Request2 from PEAR. Quick Example: 'login.unl.edu', 'port' => 443, 'uri' => 'cas'); $protocol = new SimpleCAS_Protocol_Version2($options); $client = SimpleCAS::client($protocol); $client->forceAuthentication(); if (isset($_GET['logout'])) { $client->logout(); } if ($client->isAuthenticated()) { echo 'Authentication Successful! The user\'s login is '.$client->getUsername().' Logout'; } ?> [Less]
Created about 1 year ago.

0 Users

This is an extension for MediaWiki to allow authentication via JA-SIG's Central Authentication Service (CAS) single sign-on.
Created 12 months ago.

0 Users

The edu.yale.som.auth .NET solution: * Combines different authentication and authorization providers to implement a Hybrid Authentication architecture from a single login page for SharePoint 2007 (MOSS) and ASP.NET web sites.
Created 10 months ago.

0 Users

Central Authentication Service server and client implementation in Python.
Created about 1 year ago.

0 Users

A plugin for the RoundCube webmail client that replaces the RoundCube login page with authentication requests to a CAS server, which enables logging into RoundCube with identities authenticated by the ... [More] CAS server and acts as a CAS proxy to relay authenticated credentials to the IMAP backend. Visit the Guide page for requirements and instructions on installing and configuring this plugin. [Less]
Created 4 months ago.