-
Notifications
You must be signed in to change notification settings - Fork 75
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
Jans fido2 replace requested parties 9248 #9586
Jans fido2 replace requested parties 9248 #9586
Conversation
… requestParties name and domain with id and origins Signed-off-by: imran-ishaq <imranishaq024@gmail.com>
…tationServiceTest Class Signed-off-by: imran-ishaq <imranishaq024@gmail.com>
DryRun Security SummaryThe pull request focuses on the implementation and testing of the FIDO2 authentication protocol in the Jans server and related components, including refactoring of the Expand for full summarySummary: The changes in this pull request are focused on the implementation and testing of the FIDO2 (Fast IDentity Online) authentication protocol in the Jans server and related components. The key changes include:
From an application security perspective, these changes appear to be focused on improving the overall security and reliability of the FIDO2 implementation. The renaming of fields and updates to the test suite suggest an effort to align the codebase with the FIDO2 specification, which is a positive step. However, it's important to ensure that the changes do not introduce any unintended security vulnerabilities, particularly in the areas of RP domain validation, credential management, and the external interception feature. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
* feat(jans-fido2): changed function type to be accessible and replaced requestParties name and domain with id and origins Signed-off-by: imran-ishaq <imranishaq024@gmail.com> * feat(jans-fido2): add test cases for createRpDomain function in AttestationServiceTest Class Signed-off-by: imran-ishaq <imranishaq024@gmail.com> --------- Signed-off-by: imran-ishaq <imranishaq024@gmail.com>
Prepare
Description
Target issue
closes #9248
Implementation Details
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.