Reputation: 15
We are getting the authentication token from the service which gets it from the WSO2. The expiry time that comes along with the token is not consistent. The expiry time sometimes comes less than 3600. For example: 400 or less etc. For this reason, the user is logging out if the expiry time is less. If it brings consistent expiry time i..e 3600 than the user will always log out after 1 hour which is 3600. but due to the inconsistency the user is facing problem.
Upvotes: 2
Views: 55
Reputation: 12513
Check the <TimestampSkew>
value in repository/conf/identity/identity.xml
.
Make it 0
if it's not already.
Upvotes: 2