-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat(jans-auth-server): added nbf claims to tokens which is equal to iat #9320 #9375
Conversation
…iat #9320 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
DryRun Security SummaryThe pull request focuses on improving the security and functionality of the Janssen Project's authentication server, with key changes including enhanced JWT claims management, improved token encryption and signing options, robust token validation and audit logging, external claims handling, and better refresh token and logout token handling. Expand for full summarySummary: The code changes in this pull request focus on improving the security and functionality of various components in the Janssen Project's authentication server. The changes include updates to the handling of JSON Web Tokens (JWTs) for access tokens, ID tokens, logout tokens, and Resource Protection Tokens (RPTs). The key security-related improvements are:
Overall, the code changes in this pull request demonstrate a strong emphasis on improving the security and robustness of the Janssen Project's authentication server, with a particular focus on the proper handling and validation of various token types. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Description
feat(jans-auth-server): added nbf claims to tokens which is equal to iat
Target issue
closes #9320
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.