Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'IDN_OAUTH2_ACCESS_TOKEN_AUDIT' Table contains columns with different time zones #2879

Closed
sanethmaduranga opened this issue May 7, 2024 · 0 comments

Comments

@sanethmaduranga
Copy link

Description

With the revocation of the access tokens, the tokens are moved to the 'IDN_OAUTH2_ACCESS_TOKEN_AUDIT' table.

  1. It contains 'TIME_CREATED' and 'REFRESH_TOKEN_TIME_CREATED' columns are in the UTC/GMT timezone while the 'INVALIDATED_TIME' column is in the timezone of the key manager component. (Eg: IST)

Steps to Reproduce

  • Create an application.
  • Generate keys for the same application(consumer key and consumer secret).
  • Generate an access token.
  • Revoke the same access token and check the 'IDN_OAUTH2_ACCESS_TOKEN_AUDIT' table from the 'APIM_DB' database.

Affected Component

APIM

Version

4.0.0

Environment Details (with versions)

No response

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

APIM-4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants