-
Notifications
You must be signed in to change notification settings - Fork 84
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): added ability to pass authorizationMethodClaims to id_token via AuthorizationChallengeType script #9221 #9250
Conversation
…ms to id_token via AuthorizationChallengeType script #9221 Signed-off-by: YuriyZ <[email protected]>
DryRun Security SummaryThe pull request focuses on enhancing the security and functionality of the authorization challenge functionality in the Jans Auth Server application, including the addition of authentication method claims, an external authorization challenge service, improvements to ID token generation, and the use of secure coding practices. Expand for full summarySummary: The code changes in this pull request focus on enhancing the security and functionality of the authorization challenge functionality in the Jans Auth Server application. The key changes include:
Files Changed:
Overall, the changes in this pull request appear to be focused on improving the security and functionality of the authorization challenge functionality in the Jans Auth Server application. While the changes do not introduce any obvious security vulnerabilities, it's important to carefully review the implementation and the use of external scripts to ensure the application's security is not compromised. Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
|
|
|
Base branch requires signed commits
|
…ms to id_token via AuthorizationChallengeType script #9221 (#9250) Signed-off-by: YuriyZ <[email protected]> Former-commit-id: 92d4c22
Description
feat(jans-auth-server): added ability to pass authorizationMethodClaims to id_token via AuthorizationChallengeType script
Target issue
closes #9221
Test and Document the changes