-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIGOV-26071 - Support to create IdP credential with tls_client_auth (#…
…674) * APIGOV-26071 - Support to provisioning IdP credential with tls_client_auth/self_signed_tls_client_auth - Added properties to OAuth client metadata to allow creating client with tls_client_auth/self_signed_tls_client_auth token auth method - Updated CRD registered for IdP provider to include client certificate, certificate metadata to be used for provisioning tls_client_auth - Updates to provisioning logic to use the client certificate provided and certificate metadata for provisioning * APIGOV-26071 - Fix for deserializing jwks set * APIGOV-26071 - unit tests * APIGOV-26071 - added validation for tls_client_auth cert metadata + unit tests * APIGOV-26071 - support for configuring token signing method for client_secret_jwt/private_key_jwt IdP auth types * APIGOV-26071 - Fix to lookup registered IdP based on mtls token endpoint - Includes fix for making request to token endpoint based on the use of mtls based auth * APIGOV-26071 - Fix for setting default type in CRD based on IdPs well known config * APIGOV-26071 - setup CRD properties only if the token auth method is supported * APIGOV-26071 - setup CRD properties only if the token auth method is supported * APIGOV-26071 - updates
- Loading branch information
1 parent
53dfbfd
commit 840256f
Showing
28 changed files
with
1,038 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.