Ticket #426 (new enhancement)

Opened 3 years ago

Last modified 1 year ago

mod_auth_tkt for lighttpd

Reported by: bill@madscheme.com Assigned to: jan
Priority: normal Milestone:
Component: mod_auth Version:
Severity: normal Keywords: mod_auth_tkt ticket single signon
Cc: Blocking:
Need Feedback:

Description

I've been looking for a single-signon method that would work with lighttpd. mod_auth_tkt (http://www.openfusion.com.au/labs/mod_auth_tkt/) is the latest version of a single-signon framework for apache. The ticket creation step can be done by any CGI script (accessing user information in some repository), and the runtime ticket validation (authentication) is performed by the mod_auth_tkt apache module. The ticket can also carry token strings to authorize access to particular resources. Since ticket validation performs calculations (MD5 hashing and string comparisons) rather than file or database access, it would be lightweight.

Is there any interest or activity to provide something like this for lighty? I've been migrating sites from apache to lighttpd, but would need support for mod_auth_tkt or something similar to move others. Using a ticket for authentication and authorization is an appealing idea: no more htpasswd or .htaccess files, and no repository queries from the web server authentication module.

Attachments

mod_auth_tkt.tar.gz (14.0 kB) - added by griph on 12/24/2007 08:22:38 PM.
Initial version of mod_auth_tkt for lighttpd
mod_auth_tkt-0.2.0.tar.gz (14.0 kB) - added by griph on 12/25/2007 07:14:10 PM.
Corrected installation procedure

Change History

(in reply to: ↑ description ) 10/04/2006 06:12:56 PM changed by griph@mail.ru

Replying to bill@madscheme.com:

Is there any interest or activity to provide something like this for lighty?

I'm porting mod_auth_tkt to lighttpd. For now my port correctly checks tickets, renews them and does redirects. Features that are not ported yet include setting and parsing 'back' links, handling guest users and sending tickets as query between web-servers.

12/24/2007 08:22:38 PM changed by griph

  • attachment mod_auth_tkt.tar.gz added.

Initial version of mod_auth_tkt for lighttpd

12/25/2007 07:14:10 PM changed by griph

  • attachment mod_auth_tkt-0.2.0.tar.gz added.

Corrected installation procedure


Add/Change #426 (mod_auth_tkt for lighttpd)




Change Properties