<
From version < 7.1 >
edited by Outhman Moustaghfir
on 2021/11/23 14:53
To version < 4.1 >
edited by Achraf El Kari
on 2021/11/22 15:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.omoustaghfir
1 +XWiki.aelkari
Content
... ... @@ -7,7 +7,7 @@
7 7  
8 8  The endpoint should verify those points :
9 9  
10 -- Encrypt the password with SHA256 algorithms
10 +- Encrypt the password with SHA256 algorithme
11 11  
12 12  - Verify if the user's environment is active
13 13  
... ... @@ -15,25 +15,18 @@
15 15  
16 16  - Verify if the user is activated.
17 17  
18 -- Throw errors 401 and 403 for the authentication failure.
18 +- Throw error 401 and 403 for the authentication faillure.
19 19  
20 20  = Endpoints =
21 21  
22 22  |(% style="width:162px" %)**URL [method]**|(% style="width:284px" %)**Description**|(% style="width:580px" %)**Input example**|(% style="width:472px" %)**Output example**
23 23  |(% style="width:162px" %)/auth [POST]|(% style="width:284px" %)generate a token to get access to all other endpoints.|(% style="width:580px" %)(((
24 -The input data must be placed in the **//__JSON body__ //**of the request as the following example :
24 +The input data are "login" and "password", and they must be placed in the **//__header__ //**of the request as the following example :
25 25  
26 -{{code language="json"}}
27 -{
28 - "user" : "user1",
29 - "password" : "abcd.12345",
30 - "env" : "iXPath"
31 -}
32 -{{/code}}
26 +* __login__: user4r
27 +* __password__: abcdef
33 33  
34 -__NB__ : "user" and "password" are **mandatory**.
35 -
36 -meanwhile, "env" param could be generated automatically if it is **not** **mentioned** or **no more active**.
29 +[[image:2021-11-17_16h10_57.png]]
37 37  )))|(% style="width:472px" %){{code language="JSON" layout="LINENUMBERS"}}{
38 38   "timestamp": 1637162043978,
39 39   "status": "200",
... ... @@ -54,7 +54,7 @@
54 54  {{code language="JSON" layout="LINENUMBERS"}}
55 55  {
56 56   "timestamp": 1637164878357,
57 - "status": "401",
50 + "status": "500",
58 58   "error": "the user's information not found : user, password",
59 59   "thechnicalError": "the user's information not found : user, password"
60 60  }
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian