-
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
feat(jans-auth-server): used single-valued attribute for client id instead of multi-valued where it is needed (e.g. jansClntAuthz ) #10033 #10034
Conversation
…stead of multi-valued where it is needed (e.g. jansClntAuthz ) #10033 Signed-off-by: YuriyZ <[email protected]>
DryRun Security SummaryThe pull request includes updates to the Expand for full summarySummary: The code changes in this pull request involve updates to the The key changes include the renaming of the However, it's important to consider the broader context of these changes and ensure that the application's security practices are not affected. This includes verifying that the client ID is properly validated and sanitized, that the authorization information is properly secured, and that the pairwise identifier functionality is implemented securely and in accordance with best practices. Additionally, the changes to the Jans schema introduce several attributes related to authentication, OAuth2, OpenID Connect, and SAML. These changes should be thoroughly reviewed to ensure that the application's security mechanisms are not compromised and that sensitive user data is properly protected. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: YuriyZ <[email protected]>
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Description
feat(jans-auth-server): used single-valued attribute for client id instead of multi-valued where it is needed (e.g. jansClntAuthz )
Target issue
closes #10033
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.