From de12a8002ebc0bf4018588deafd5057b6478f414 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 10 Dec 2010 17:19:35 +0100 Subject: A&A configuration options / request script_uri replaced --- lib/templates/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/templates') diff --git a/lib/templates/config.yaml b/lib/templates/config.yaml index 00c00cb..db11006 100644 --- a/lib/templates/config.yaml +++ b/lib/templates/config.yaml @@ -39,3 +39,16 @@ # Uncomment for verbose logging # :logger: debug + +# OpenSSO Authorization +# set ":server: nil" to disable A&A +:authorization: + :server: "https://opensso.in-silico.ch" + :free_request: #not controlled by A&A + - "GET" + :authenticate_request: #only for authenticated user + - "POST" + :authorize_request: #only for authenticated and authorizeduser + - "DELETE" + - "PUT" + \ No newline at end of file -- cgit v1.2.3