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 Authenticator application project → app.plist. Add below changes

  1. PinnedUrl – Item 0 – replace @@PINNEDURL1 with your https URL (without port) to enabling SSL pinning in the application .

    To add SSL certificate into workspace, follow steps in section

  2. Add the SSL certificate into Authenticator Application -> Resources and then add that file from Xcode to add that file in the target.
  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”