I have a problem where user certificates have been correctly loaded on to an Android device, but when invoking the Fiori client application on Android device, we are getting a "No certificates found" dialog error.
I found SAP Note 2132513 - Fiori client not finding a certificate on Android device which describes my situation exactly. One solution is to ignore the error, which pushes the user to the login screen. This is unacceptable because the business wants / needs SSO capability.
The other solution is to disable X509 challenges from the gateway server. This concerns me because it implies that SSO using X509 is not possible with Fiori on Android, which doesn't sound right (FWIW, we are not getting the issue on our Windows or IOS devices)
Is it related to the Fiori App using the AuthProxy plugin incorrectly ?,
Could someone enlighten me as to what I am missing ?