Last modified by christoph_lechleitner@iteg_at on 2013-02-02 05.33:52

From version 2.1
edited by wolfgang_glas@iteg_at
on 2011-12-23 03.18:31
Change comment: Migrated to Confluence 4.0
To version 4.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 05.17:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wolfgang_glas@iteg_at
1 +XWiki.christoph_lechleitner@iteg_at
Content
... ... @@ -11,7 +11,6 @@
11 11  A request to an authentication URL is a HTTPS POST request
12 12  
13 13  {{code}}
14 -
15 15  POST /my/authentication/service HTTP/1.1
16 16  Host: auth.my.domain
17 17  Content-Type: application/x-www-form-urlencoded
... ... @@ -27,7 +27,6 @@
27 27  An authentication must respond to an authentication request with an HTTP response with
28 28  
29 29  {{code}}
30 -
31 31  Content-Type: text/plain; charset=utf-8
32 32  
33 33  {{/code}}
... ... @@ -35,12 +35,12 @@
35 35  and on of the following status codes:
36 36  
37 37  {{code}}
38 -
39 39  200 OK - successful authentication
40 -401 Unauthorized - if no user and passwd fields are given in the POST data.
41 -403 Forbidden - if the user name or the password is wrong.
37 +403 Forbidden - if the user name or the password is wrong or no user and passwd field ist given.
42 42  406 Not Acceptable - The status, which will be returned after to many unsuccessful authentications.
43 43  
44 44  {{/code}}
45 45  
46 -(% style="color: rgb(0,0,0);" %)The body of the response *must* no contain more than 1024 bytes and should contain a short, information text message encoded in UTF-8. The text message will be logged by the gwt-http-login-service bundle and will not be displayed to the user.(%%)\\
42 +(% style="color: rgb(0,0,0);" %)The body of the response *must* no contain more than 1024 bytes and should contain a short, information text message encoded in UTF-8. The text message will be logged by the gwt-http-login-service bundle and will not be displayed to the user.
43 +
44 +(% style="color: rgb(0,0,0);" %) (%%)The server may enforce the use of HTTP basic authentication in order to keep offending servers away from dictionary attacks.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -688245
1 +688326
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/GWTBASICS/pages/688245/HTTP authentication requests
1 +https://clazzes.atlassian.net/wiki/spaces/GWTBASICS/pages/688326/HTTP authentication requests