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

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

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -HTTP authentication requests towardshttp-util's HttpLoginService
1 +HTTP authentication requests
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.christoph_lechleitner@iteg_at
1 +XWiki.wolfgang_glas@iteg_at
Content
... ... @@ -11,6 +11,7 @@
11 11  A request to an authentication URL is a HTTPS POST request
12 12  
13 13  {{code}}
14 +
14 14  POST /my/authentication/service HTTP/1.1
15 15  Host: auth.my.domain
16 16  Content-Type: application/x-www-form-urlencoded
... ... @@ -26,6 +26,7 @@
26 26  An authentication must respond to an authentication request with an HTTP response with
27 27  
28 28  {{code}}
30 +
29 29  Content-Type: text/plain; charset=utf-8
30 30  
31 31  {{/code}}
... ... @@ -33,12 +33,12 @@
33 33  and on of the following status codes:
34 34  
35 35  {{code}}
38 +
36 36  200 OK - successful authentication
37 -403 Forbidden - if the user name or the password is wrong or no user and passwd field ist given.
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.
38 38  406 Not Acceptable - The status, which will be returned after to many unsuccessful authentications.
39 39  
40 40  {{/code}}
41 41  
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.
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.(%%)\\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -688358
1 +688245
Title
... ... @@ -1,1 +1,1 @@
1 -HTTP authentication requests towardshttp-util's HttpLoginService
1 +HTTP authentication requests
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/GWTBASICS/pages/688358/HTTP authentication requests towardshttp-util's HttpLoginService
1 +https://clazzes.atlassian.net/wiki/spaces/GWTBASICS/pages/688245/HTTP authentication requests