We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not exactly a bug, but it is created here for checking. It can become a bug later.
As per the chat with @diego-ojeda-binbash:
Validate the SSO session and SSO token durations. Session is set to 12h but the token is set to 8h.
Check this:
expiresAt
session and token durations are the same and the expiresAt for the token honors the duration.
Steps to reproduce the behavior: n/a
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
This is not exactly a bug, but it is created here for checking. It can become a bug later.
As per the chat with @diego-ojeda-binbash:
Validate the SSO session and SSO token durations.
Session is set to 12h but the token is set to 8h.
Check this:
expiresAt
is set honoring the token durationExpected Behavior
session and token durations are the same and the
expiresAt
for the token honors the duration.Steps to Reproduce
Steps to reproduce the behavior:
n/a
Screenshots
n/a
Environment (please complete the following information):
n/a
Additional Context
n/a
The text was updated successfully, but these errors were encountered: