'How to pin the client certificate from the android app to in app browser

I am using App-Auth Library for OAuth authentication in Android app, and my login is in inappbrowser which is opened in Customtab. Now I want to add client cert to app which help server to identify the app.

Is there a way I can add the client cert which is in the apps raw folder to the in app browser.

I don't want my users to install client certificate manually. Just want to pass on my app's client certificate to browser or added to cookie manager temporarily.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source