-
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(jans-auth-server): AS supports acr aliasing but it's not published on discovery. It should be added to discovery. #9166 #9344
Conversation
…ed on discovery. It should be added to discovery. #9166 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
DryRun Security SummaryThe pull request enhances the functionality and security of the Janssen Project's authentication server by improving the handling of OpenID Connect (OIDC) configuration metadata and discovery responses, including the addition of support for Authentication Context Class Reference (ACR) mappings, expansion of OIDC response types and DPoP signing algorithms, and improvements to the discovery response and utility methods. Expand for full summarySummary: The code changes in this pull request focus on enhancing the functionality and security of the Janssen Project's authentication server (jans-auth-server) by improving the handling of OpenID Connect (OIDC) configuration metadata and discovery responses. The key changes include:
Overall, the changes in this pull request appear to be focused on improving the security and functionality of the Janssen Project's authentication server, with a particular emphasis on enhancing the handling of OIDC configuration metadata and discovery responses. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
|
|
|
|
|
* feat(jans-auth-server): AS supports acr aliasing but it's not published on discovery. It should be added to discovery. #9166 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> * feat(jans-auth-server): added acr_mappings to doc sample #9166 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> --------- Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> Former-commit-id: 9635328
Description
feat(jans-auth-server): AS supports acr aliasing but it's not published on discovery. It should be added to discovery.
Target issue
closes #9166
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.