Remote Authentication Login URL Missing Timestamp
Hi,
We're trying to get remote auth set up. When being redirected to our login page, the timestamp (TS) GET var is not being passed. Isn't this required to handle authentication between systems?
Here is an example of the request coming off the support "Sign in" link:
- Request URL:https://auth.xxx.xxx/remotelogin.php
- Request Method:GET
- Status Code:200 OK
- Remote Address:104.236.XXX.XXX:443
- Response Headers
- ----------------
- Connection:Keep-Alive
- Content-Encoding:gzip
- Content-Length:24001
- Content-Type:text/html; charset=UTF-8
- Date:Tue, 26 Jul 2016 13:38:43 GMT
- Keep-Alive:timeout=5, max=100
- Server:Apache/2.4.18 (Ubuntu)
- Vary:Accept-Encoding
- Request Headers
- ---------------
- Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
- Accept-Encoding:gzip, deflate, sdch
- Accept-Language:en-US,en;q=0.8,en-CA;q=0.6
- Connection:keep-alive
- Host:auth.xxx.xxx
- Referer:https://support.xxx.xxx/portal/home
- Upgrade-Insecure-Requests:1
- User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36