Skip to Content
1
Aug 24, 2021 at 08:07 PM

"No client certificate selected" and other issues on mdk sdk deployment

537 Views

I'm developing an application using an IAM as identity provider. So, when my app starts, the login page launches.

In SAP MDK SDK console, I'm receiving the following issues (I'm deploying in an Android real device):

chromium: [ERROR:aw_contents_client_bridge.cc(257)] No client certificate selected
chromium: [INFO:CONSOLE(33)] "The key "content" is not recognized and ignored.", source: <myurl>/saml2/sso?sid=0&option=credential (33)
chromium: [INFO:CONSOLE(33)] "The key "1" is not recognized and ignored.", source: <myurl>/saml2/sso?sid=0&option=credential (33)

The login page doesn't show any response (error or succes). Only can't make a request to get a response. It only happens on Android Devices with by mdk build or mobile services app.

Enabling certificate-base authentication my device hasn't the certificate, so, the correct way to provice the access must be without this way, providing from IAM.

Any way to fix it?