Please enable JavaScript to view this site.

PRD_SIS_004_Developer's Guide 2.6

Navigation: Implementation details > External Authentication

Certificate integration in Browsers using Swagger

Scroll Prev Top Next More

All applications in StreetSmart offer access to their interface using the Swagger UI.

It is possible to use the client certificate to connect to the APIs using the browser (and Swagger UI).

Here are the steps to follow:

First convert your certificates to PKCS#12 so they can be imported:

openssl pkcs12 -export -inkey [email protected] -in [email protected] -out [email protected]

Import this certificate into your browser (in case of chrome it is a system key store)

Access https://{domain}/{platform}/:
a dialogue with list of certificates will appear and after choosing the right one, you will be authenticated