THE NEW VERSION IS HERE: Approve or Reject employee Request
Table of Contents |
---|
Click activation link
...
Activation link redirects user on registration page or login page depending on search result .
...
Get employee_request details
In this case system searches checks the user in oAuth by employee request.Page with process descriptionAuth system.
Invoke Get Employee request by ID WS. See service spesification.
- If user was found, - show login page
- If user wasn't found, - show registration page
...
On registration page user should enter password and confirmation password for new user registration.
Create user
...
via EmployeeRequest
System should create user in oAuth by using Create User WS
See service specification
User authorization must occur automatically.
...
- Verify the validity of access token
- Check user scop in order to perform this action
- In case error - return 401 error
Get employee_request details
For displaying details on request FE should invoke Get Employee Request Details WS.
See service specification
Approve/Reject request data
...
Approve/Reject employee request process is described on related Page