We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

Question

I'm a complete Twiki newbie. Is it possible to restrict access to a topic based on a value of an HTTP header? I see it's easy enough to do so based on the Twiki assigned group of a user, but I'm interested in a value (set securely) by a Web server plug-in to identify what groups the user belongs to.

Thanks, Scott

Environment

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Authorisation

-- ScottTomilson - 20 Jul 2007

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

This is not possible in a secure, easy-to-use way.

HTTP headers are available to authors of TWiki topics with the %HTTP{...}% variable. So authors could, in principle, expand the topic's content only if the variable contains a certain value using either %IF{...}% constructs or the SpreadSheetPlugin. Neither one looks really compelling to me.

More in the spirit of upcoming TWiki releases would be to write an own login manager and user mapper. These components are sort of pluggable, so you could roll out your own which converts information from arbitrary HTTP headers to authorisation information.

-- HaraldJoerg - 20 Jul 2007

It looks like this is answered.

-- PeterThoeny - 03 Sep 2007

 
Change status to:
Topic revision: r3 - 03 Sep 2007 - 04:52:10 - PeterThoeny
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback