Users should be re-directed to Main page if login is successful.
You can display opened task count by doing a GET request to below url.
Request:
~/api/TaskView/CountOpen
20
You can get client logo by doing 2 kinds of GET request to below url.
Request 1: returns the original image
~/api/Layoutsettings/GetCustomizedLogo
~/api/Layoutsettings/GetCustomizedLogo?width=256&height=256
HTTP/1.1 200 OK Content-Type: image/jpeg