Forum Discussion
vtyagunov
Jan 28, 2021Copper Contributor
Services that require CA certificates are not available in the Android MSTeams app
Hello. We are developing an app for Teams. Access to some of the client services that we use is only possible if you have installed some CA certificates. With the specific CA certificates instal...
Jagadeesh-MSFT
Microsoft
Feb 23, 2021Hi vtyagunov , could you please share the repro steps.
vtyagunov
Feb 23, 2021Copper Contributor
Hi Jagadeesh-MSFT , here are the steps to reproduce the problem:
- [Windows desktop] Install private CA certificate.
- Click install certificate
- Select Current user and click Next
- Select Place all certificates in the following store and click browse...
- Select Trusted Root Certification Authorities and click OK
- Click Next
- [Windows desktop] Open MS Teams Desktop app.
- [Windows desktop] Install application using the Upload a custom app button.
- [Windows desktop] Make sure the service that requires a CA certificate works inside the application.
- Make sure that requests to endpoints of this service return 2** status
- [Windows desktop] Close MS Teams Desktop app.
- [Android] Download CA certificate.
- [Android] Install CA certificate (select VPN and Apps option)
- [Android] Open MS Teams Android app
- [Android] Open custom application.
- [Android] Make sure the service that requires a CA certificate works inside the application. (The problem occurs at this step)
If the information of this list of steps is not enough, please let me know.
Thanks.