-
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: allow specifying scopes during execution of authz url #9452
Conversation
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
DryRun Security SummaryThe pull request focuses on implementing an OIDC client registration functionality and enhancing the authentication flow in a React-based application, with key security considerations around input validation, OIDC configuration fetching, client registration, client information storage, scope and ACR value handling, and custom parameter validation. Expand for full summarySummary: The code changes in this pull request are focused on the implementation of an OIDC (OpenID Connect) client registration functionality and enhancements to the authentication flow in a React-based application. From an application security perspective, the key areas that require review and consideration are:
Overall, the code changes appear to be well-structured and follow best practices for OIDC integration. However, it's essential to thoroughly review the application's security controls, input validation, and data protection mechanisms to ensure that the OIDC and authentication flow implementations are secure and do not introduce any vulnerabilities. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
* feat: allow specifying scopes during execution of authz url Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> * feat: allow specifying scopes during execution of authz url Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> * feat: code fix Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> --------- Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Former-commit-id: 82ea7df
closes #9420