You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is happening here is that, because the max TTL is so small, the session is renewed almost immediately by the Web UI. The token move check wants to see a confirmation in the same session that created the token, sees the new session and fails.
After spending some time looking at alternatives I don't think this is a device trust per-se, so I've lowered the renewal interval for sessions with TTL <=3m instead.
Expected behavior:
Web session is authorized with device trust.
Current behavior:
Web session is not authorized when the user has short TTL set on a role.
Bug details:
17.0.2
max_session_ttl
to3m1s
, logout in Web UI, and try to authorize the web session again.In the audit log there is a following entry:
The text was updated successfully, but these errors were encountered: