Ticket #8 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

Pluggable authentication

Reported by: dom Owned by:
Priority: normal Milestone:
Component: openguides Version:
Severity: normal Keywords:
Cc:

Description

Sun Jan 2 18:53:57 2005 DOM - Ticket created [Reply] [Comment]

Subject: Basic auth integration

Imported from the dev wiki:

In order to offer the possibility to authenticate users without dramatically changing the structure of things, I propose the above feature.

User authenticates using basic auth (population of the auth database is a separate problem, but auto user creation can probably be accomplished with an existing CGI, or if not, one written separately).

When OpenGuides notices this, it adds a flag to the metadata table on edits saying essentially "is authenticated". This information can then be appropriately displayed on the node. Magic is then needed to inhibit display of the "Your username" box, and have it automatically add the (correct!) username to the metadata table.

Change History

Changed 3 years ago by dom

  • component set to openguides

Changed 3 years ago by chris@…

well the simplest solution would have the authentication mechanisim create a preferences cookie (ala preferences.cgi). I have attempted to hack up a copy of preferences.cgi to do this with an OpenID authentication system, but it's untested.

Changed 2 years ago by dom

  • summary changed from Basic auth integration to Pluggable authentication

We probably will want to support at least basic auth and OpenID.

Note: See TracTickets for help on using tickets.