Closed pavlushkin closed 2 years ago
@pavlushkin hello, we don't currently support token expiration for non-jwt tokens. Could you please try to reproduce your issue with such Client
resource:
id: SPA
resourceType: Client
grant_types:
- password
secret: '123456'
auth:
password:
access_token_expiration: 100
token_format: jwt
Here's a notebook with steps we done https://aidbox.app/ExportedNotebook/fbb964aa-22f1-4bd2-ae03-77e522a582d7
, expiration works as expected
@pavlushkin does it work for you?
@Nesmeshnoy, it works perfectly, thank you!
Describe the bug According to HIPAA rules, we are going to implement automatic logout for SPA. We tried to configure the client, but it looks like it does not work.
Severity Major
Steps to reproduce the behavior:
Expected behavior Access token becomes invalid after provided expiration time.
Versions: