This can happen if the time or timezone settings on the client or server are not right. The server and the client time must be within 5 minutes of each other or you will see this error.
Could be something else but worth checking the time settings.
How would you recommend supporting this in a disperse environment where our SaaS Cloud is in the central time zone (Est coast setting i am told) and users in each time zone? I had made that change and it still did not work.
If the client machines have the correct timezone and time set then you have done the right thing and you can eliminate that as an issue.
You need to check the timezone. I had a user in Brazil that had the timezone set for Argentina and the clock adjusted so it still showed the correct time for the user.
I have the same problem when configuring SSO, the timezone and time in client and server are the same. The error message is:
**Unable to login ** Message: An error occurred when verifying security for the message.
Press Windows key + r and type services.msc and press enter.
Right click on Windows Time and select properties to check the status of the service.
Restart the Windows Time service.
Click on OK.
Restart the computer
Method 2:
a. Click on clock and select “Change date and time settings”.
b. Click on the “Internet Time” tab.
c. Check if it is set to “synchronize the time with time.windows.com”
d. If the option is selected, click on change settings to check the option “Synchronize with an Internet Time server”
e. Click on OK.
Method 3:
Press Windows key + X and select Command prompt(Admin).
Type each one of the command below and press enter.
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync