APPLICATION SECURITY CONFIGURATION
OBDX supports single and multiple certificate pinning as part of application security. This can be achieved by maintaining below key values in app.plist
1. PinnedCertificateName - OHS Server Certificate Name
2. PinnedCertificateOAMName - OAM Server Certificate Name
3. KEY_SERVER_URL = OHS Server URL
4. KEY_OAM_URL = OAM Server URL
LoginController needs to be changed to OAM
if BANK is on OAM Make sure the type of certificates should be "cer" and respective certificates need to be imported in xcode project.
This can be achieved as below.
1. Right click on Project (eg. OBDX) in Project Navigator
2. Add Files to Project (OBDX)
3. Navigate to certificates and Add. [Copy items if needed should be selected]
Clean Build