From de7a83dd1b44e5f825b0f790a8c98d0056884c95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 26 Jan 2010 15:13:26 +0100 Subject: [PATCH] doc: Update login and server_locators to version 2.7 --- doc/login | 6 ++++-- doc/server_locators | 30 ++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/doc/login b/doc/login index 9a72d5e..9fd1f55 100644 --- a/doc/login +++ b/doc/login @@ -1,14 +1,16 @@ Log in specification ===================== -Source: Provozní řád ISDS, version 2009-30-10, Pages 10–12, 15–16 +Source: Provozní řád ISDS, version 2010-01-22, Pages 10–13, 16 Source: Vyhláška o stanovení podrobností užívání a provozování ISDS (194/2009 Coll.) Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2 (2009-06-25) -Connection tracking of web services is done via HTTP Cookie. +Connection tracking of web services is done via HTTP Cookie, or HTTP client +must attach authentication data to each request. These two different +connection trackings are differentiated on base URL clients connect to. Allowed log in methods: diff --git a/doc/server_locators b/doc/server_locators index 445ad10..8e299eb 100644 --- a/doc/server_locators +++ b/doc/server_locators @@ -1,6 +1,13 @@ -Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2.1 -(2009-10-30) [DataMessage_ws.pdf], Page 4 +Server locators +=============== +Source: Webové služby ISDS pro manipulaci s datovými zprávami, version 2.6 + (2010-01-18) [DataMessage_ws.pdf], Page 4 +Souce: Provozní řád ISDS, version 2010-01-22, Page 13 + + +Coockie-tracked session +======================= Production ISDS instance: https://www.mojedatovaschranka.cz/DS/ @@ -17,3 +24,22 @@ Different login methods requires different URL infixes: /hspis/DS/ Login from hosted third party solution by system certificate and box ID + + +Stateless communication +======================= + +Production ISDS instance: + https://ws1.mojedatovaschranka.cz/DS/ + +Different login methods requires different URL infixes: + + https://ws1.mojedatovaschranka.cz/DS/ + HTTP basic authentication + https://ws1c.mojedatovaschranka.cz/cert/DS/ + System certificate authentication + https://ws1c.mojedatovaschranka.cz/certds/DS/ + Commercial certificate with HTTP basic authentication + https://ws1c.mojedatovaschranka.cz/hspis/DS/ + Login from hosted third party solution by system certificate and + box ID -- 2.11.4.GIT