Skip to content
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

Adds support for HRI #738

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Adds support for HRI #738

merged 2 commits into from
Oct 24, 2024

Conversation

kailash-b
Copy link
Contributor

Changes

Management SDK changes :

Tenant level settings (/api/v2/tenants/settings)
  • Added support for acr_values_supported in PATCH | GET
  • Added support for pushed_authorization_requests_supported in PATCH | GET
  • Added support for below in PATCH | GET
"flags": {
    "remove_alg_from_jwks": true
}

  • Added support for below in PATCH | GET
 "mtls": {
   "enable_endpoint_aliases": true
 }
Client Level settings
  • Added support for require_pushed_authorization_requests in POST /api/v2/clients and PATCH|GET /api/v2/clients/:id
  • Added support for signed_request_object in POST /api/v2/clients and PATCH|GET /api/v2/clients/:id
  • Added support for below in POST PATCH|GET /api/v2/clients and PATCH|GET /api/v2/clients/:id
	 "jwt_configuration": {
		 "alg": "PS256"
	 }
  • Added support for compliance_level in POST /api/v2/clients and PATCH|GET /api/v2/clients/:id with the below possible values.
    • null
    • none
    • fapi1_adv_pkj_par
    • fapi1_adv_mtls_par
  • Added support for new Client Authentication Methods tls_client_auth and self_signed_tls_client_auth in POST /api/v2/clients and PATCH|GET /api/v2/clients/:id
  • Added support for require_proof_of_possession in POST /api/v2/clients and PATCH|GET /api/v2/clients/:id
Resource Level Settings in POST /api/v2/resource-servers and PATCH|GET /api/v2/resource-servers/:id
  • Added support for consent_policy with null and transactional-authorization-with-mfa as possible values.
  • Added support for authorization_details
  • Added support to allow setting PS256 in signing_alg
  • Added support for token_encryption
  • Added support for proof_of_possession

Authentication SDK changes

  • Added support for JAR and RAR
  • JAR with PAR

References 📖

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@kailash-b kailash-b requested a review from a team as a code owner October 24, 2024 06:36
@kailash-b kailash-b merged commit 96efa38 into master Oct 24, 2024
11 checks passed
@kailash-b kailash-b deleted the feature/hri-support/SDK-4990 branch October 24, 2024 10:07
@kailash-b kailash-b mentioned this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants