summaryrefslogtreecommitdiff
path: root/lib/templates
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-10 17:19:35 +0100
committermr <mr@mrautenberg.de>2010-12-10 17:19:35 +0100
commitde12a8002ebc0bf4018588deafd5057b6478f414 (patch)
tree395d7fb95ba51059fedec18229b09445043d1336 /lib/templates
parent3dd413a79d8ef32c8bf0426228e34d87bdcd5a6b (diff)
A&A configuration options / request script_uri replaced
Diffstat (limited to 'lib/templates')
-rw-r--r--lib/templates/config.yaml13
1 files changed, 13 insertions, 0 deletions
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