summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2013-05-03 14:56:15 +0200
committerrautenberg <rautenberg@in-silico.ch>2013-05-03 14:56:15 +0200
commit1021025b6e8c550feda2bc7273dc6187a81f21b8 (patch)
treef75cb57cd85be355f21c448221b4d4ee93c8175b
parent144de4cfb38b166adad8b969bd4155598c0ff401 (diff)
add new A&A configuration description
-rw-r--r--_posts/2012-07-16-example-webservice-configuration-file.md3
-rw-r--r--_posts/2012-09-03-authorization--authentication-flow-and-configuration.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/_posts/2012-07-16-example-webservice-configuration-file.md b/_posts/2012-07-16-example-webservice-configuration-file.md
index b82e348..8be3e45 100644
--- a/_posts/2012-07-16-example-webservice-configuration-file.md
+++ b/_posts/2012-07-16-example-webservice-configuration-file.md
@@ -44,3 +44,6 @@ Example content of a webservice configuration file. The webservices config file
* authorize_exceptions: URIs with authorization exceptions
* __$WEBSERVICE_NAME__ Hash: standard configuration of a the webservice. URI and anything else what is needed.
+
+
+see also [webservice configuration example](/Installation/2013/05/03/authorization--authentication-configuration-opentox-serverclient--300/) for opentox-(client/server) version >= 3.0.0.
diff --git a/_posts/2012-09-03-authorization--authentication-flow-and-configuration.md b/_posts/2012-09-03-authorization--authentication-flow-and-configuration.md
index c814bc9..205b6ed 100644
--- a/_posts/2012-09-03-authorization--authentication-flow-and-configuration.md
+++ b/_posts/2012-09-03-authorization--authentication-flow-and-configuration.md
@@ -7,6 +7,7 @@ tags: [Configuration, Setup, Webservices]
---
{% include JB/setup %}
+see also [webservice configuration example](/Installation/2013/05/03/authorization--authentication-configuration-opentox-serverclient--300/) for opentox-(client/server) version >= 3.0.0.
A&A How it works
-------