You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way to specify a custom SSLContext with trust manager seems to be through ClientBuilder, which is hidden by the Smart-ID API.
To be able to do pinning (required by the security doc!) it should be possible to add a custom context, maybe via client.setSSLContext() or something similar
The text was updated successfully, but these errors were encountered:
The only way to specify a custom SSLContext with trust manager seems to be through ClientBuilder, which is hidden by the Smart-ID API.
To be able to do pinning (required by the security doc!) it should be possible to add a custom context, maybe via
client.setSSLContext()
or something similarThe text was updated successfully, but these errors were encountered: