-
Notifications
You must be signed in to change notification settings - Fork 74
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
Issue 9111 #9276
Issue 9111 #9276
Conversation
Signed-off-by: shekhar16 <shekharlaad1609@gmail.com>
Signed-off-by: shekhar16 <shekharlaad1609@gmail.com>
Signed-off-by: shekhar16 <shekharlaad1609@gmail.com>
Signed-off-by: shekhar16 <shekharlaad1609@gmail.com>
DryRun Security SummaryThe pull request focuses on improving the security and configurability of the FIDO2 (Fast Identity Online) implementation in the Janssen application, including renaming configuration parameters, adjusting user auto-enrollment, and enhancing the management of metadata servers and certificates. Expand for full summarySummary: The code changes in this pull request are primarily focused on improving the security and configurability of the FIDO2 (Fast Identity Online) implementation in the Janssen application. The changes include renaming configuration parameters, adjusting the handling of user auto-enrollment, and enhancing the management of metadata servers and certificates. Key security-related changes include:
Overall, the changes in this pull request appear to be focused on enhancing the security and configurability of the FIDO2 implementation, which is a critical component for user authentication in the Janssen application. The changes should be thoroughly reviewed and tested to ensure that they do not introduce any unintended security vulnerabilities. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
* feat(jans-fido): refactor mds3 codebase and server config Signed-off-by: shekhar16 <shekharlaad1609@gmail.com> * feat(jans-fido): revert rename from docker file #9111 Signed-off-by: shekhar16 <shekharlaad1609@gmail.com> * feat(jans-fido): add metadatarefreshinterval #9111 Signed-off-by: shekhar16 <shekharlaad1609@gmail.com> * feat(jans-fido): changes to refactor metadataservers #9111 Signed-off-by: shekhar16 <shekharlaad1609@gmail.com> --------- Signed-off-by: shekhar16 <shekharlaad1609@gmail.com>
#9111
Changes to refactor some fields.
added metadataRefreshInterval,and restructure metadaServers.