Mutual TLS isn't working with OAuth authentication profile
The internal API (connect-REST) calls are getting failed due to below error and it's happening since API gateway has been migrated from Akana to API Connect (mutual TLS).
Error :- Client certificates for mutual TLS in the API request doesn't match the registered certificate
It's gets resolved after keyStore is being added to Connect rule instead in OAuth provider, Is there any specific reason why it's not accepting the keystore certificates from OAuth provider.
Connect-REST :-It's working when Keystore is referred here
Oauth profile :- Mutual TLS isnot accepting the keystore defining in OAuth provider.