2.4 Using SSL in Authenticator App

This topic provides information on Using SSL in Authenticator App.

Follow below stepsto setup SSL in Authenticator application:

Open Authentictaor application project → app.plist. Add below changes

  1. PinnedUrl – Item 0 – replace @@PINNEDURL1 with your https url Enabling SSL pinning in the application (without port)
  2. To add SSL certificate into workspace follow steps in section
  3. PinnedCertificateName – Item 0 – replace @@trustedCertificate1 with certificate name. Example your certificate name added to your Project is certificate.cer, then @@trustedCertificate1 should be replaced with “certificate”