-
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
Add origin parameter in Fido2ExternalAuthenticator script for attestation and assertion API calls #9248 #9974
Add origin parameter in Fido2ExternalAuthenticator script for attestation and assertion API calls #9248 #9974
Conversation
…script for attestation and assertion API calls Signed-off-by: imran-ishaq <[email protected]>
…ript for attestation and assertion API calls #9248 Signed-off-by: imran-ishaq <[email protected]>
Signed-off-by: imran-ishaq <[email protected]>
DryRun Security SummaryThe provided code changes focus on enhancing the security and robustness of the FIDO2 authentication process in the Janssen FIDO2 server application, covering various aspects of the attestation and assertion flows, with a strong emphasis on verifying the integrity and source of the provided data. Expand for full summarySummary: The provided code changes focus on enhancing the security and robustness of the FIDO2 (Fast Identity Online) authentication process in the Janssen FIDO2 server application. The changes cover various aspects of the attestation and assertion (authentication) flows, with a strong emphasis on verifying the integrity and source of the provided data. Key security improvements include:
Overall, the changes in this pull request demonstrate the application's commitment to implementing robust FIDO2 authentication mechanisms and validating the integrity of the attestation and assertion data, which is crucial for maintaining a secure and reliable authentication process. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
…tion and assertion API calls #9248 (#9974) * feat(jans-fido2): add origin parameter in Fido2ExternalAuthenticator script for attestation and assertion API calls Signed-off-by: imran-ishaq <[email protected]> * refactor(docs): add origin parameter in Fido2ExternalAuthenticator script for attestation and assertion API calls #9248 Signed-off-by: imran-ishaq <[email protected]> * fix(jans-fido2): handle origin if http or https is missing #9248 Signed-off-by: imran-ishaq <[email protected]> --------- Signed-off-by: imran-ishaq <[email protected]>
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.