Aidbox/Issues

[BUG] Aidbox console box-ui client access_token_expiration doesn't work

Closed this issue · 1 comments

Describe the bug
I want to set an expiration time for aidbox admin user session, but changing "box-ui" client configuration doesn't affect anything.

Severity
Minor

Steps to reproduce the behavior:

  1. Login to aidbox admin console.
  2. Change box-ui client configuration according to aidbox auth sandbox documentation
    access_token_expiration: 60

Expected behavior
access_token_expiration attribute should affect aidbox console sessions. and session should be terminated in 1 minute

Versions:

  • Aidbox image version:
    v:2207.32d6ec31 and upper

Additional context
Screenshot 2022-09-20 at 12 41 43
Screenshot 2022-09-20 at 11 56 12

Aidbox does not use Client box-ui for its admin session but instead uses session of User admin. Currently it is not possible to set an expiration time for User sessions, you have to expire them manually.