InfoQ

News

Presentation: Security (CAS and OpenID) with Ruby

Posted by Werner Schuster on Jul 01, 2008 05:40 PM

Community
Ruby
Topics
Ruby on Rails,
Security
Tags
QCon San Francisco 2007,
Rails,
Rails Plugins,
OpenID,
Ruby on Rails,
QCon
In this presentation from QCon SF 2007, Justin Gehtland explains two open solutions to distributed identity and their Rails integration components: the OpenID system (using ruby-openid) and CAS (using rubycas-client).

The presentation gives a good introduction to authentication and the options available today, particularly for Ruby. With systems like OpenID or CAS, it's possible to delegate the task of authenticating a user (ie. letting the user log in). Instead of writing code for authentication, OpenID and CAS servers handle everything involved. The presentation also shows how to install these servers, which is useful for companies that want to keep the authentication server internal.

For a overview of how to get started with these technologies, Justin shows how to develop for both OpenID and CAS and builds three applications using these systems.

Watch "Security (CAS and OpenID) with Ruby".

No comments

Reply

Exclusive Content

Using Ruby Fibers for Async I/O: NeverBlock and Revactor

Ruby 1.9's Fibers and non-blocking I/O are getting more attention - we talked to Mohammad A. Ali of the NeverBlock project and Tony Arcieri of the Revactor project.

Agile and Beyond - The Power of Aspirational Teams

Tim Mackinnon talks about the aspirations behind the Agile principles and practices, the desire to become efficient, to write quality code which does not end up being thrown away.

Concurrency: Past and Present

Brian Goetz discusses the difficulties of creating multithreaded programs correctly, incorrect synchronization, race conditions, deadlock, STM, concurrency, alternatives to threads, Erlang, Scala.

ActionScript 3 for Java Programmers

Often the hardest part of changing technologies is language syntax differences. This new article provides Java developers with a transition guide to Actionscript which forms the foundation of Flex.

Neal Ford On Programming Languages and Platforms

Neal Ford talks about having multiple languages running on one of the two major platforms: Java and .NET. He also presents the advantages offered by Ruby compared to static languages like Java or C#.

Future Directions for Agile

David Anderson talks about the history of Agile, the current status of it and his vision for the future. The role of Agile consists in finding ways to implement its principles.

Nick Sieger on JRuby

Nick Sieger talks about the future of JRuby, Java Integration, and his work on JEE deployment tools for Ruby on Rails like Warbler.

Rustan Leino and Mike Barnett on Spec#

Rustan Leino and Mike Barnett of Microsoft Research discuss the technology in Spec# and its futures.