-
Notifications
You must be signed in to change notification settings - Fork 85
feat(jans-auth-server): access token lifetime from UpdateToken interception script has highest priority #9748 #10379
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
Conversation
…eption script has highest priority #9748 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
DryRun Security SummaryThe pull request introduces updates to the Jans Auth Server's token management functionality, focusing on more flexible access token lifetime calculation and enhanced customization of token claims through the "Update Token" custom script. Expand for full summarySummary: The code changes in this pull request focus on updates to the token management functionality within the Jans Auth Server project. The key changes include:
From an application security perspective, the changes appear to be reasonable and do not introduce any obvious security concerns. However, it is important to thoroughly test the changes and ensure that they do not have any unintended consequences or introduce new vulnerabilities to the overall system. Files Changed:
Code AnalysisWe ran |
|
Description
feat(jans-auth-server): access token lifetime from UpdateToken interception script has highest priority
Target issue
closes #9748
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.