Resolved issues
These are cumulative release notes. If a release does not appear in this section, then there were no associated resolved issues.
-
ICM-409: There was an issue where PIV-D Manager would unexpectedly close when trying to import certificates. This issue has been fixed. PIV-D Manager now imports certificates as expected.
-
ICM-393: Resolves an issue where multiple certificates available in the Purebred keychain were all pushed to users' devices. To address the issue, the following new key-value pair is provided:
key: MI_CREDENTIAL_PREFERRED_SUBJECT_NAME_REGEX
value: A rule in a regex format.
The key-value pair specifies the authentication certificate to send to the device. The key-value pair is specific to a Purebred derived credentials implementation.
Configure the key-value pair in App-specific Configurations in the AppConnect App Configuration for the PIV-D Manager app for iOS.
Example of a regex rule:
When Subject Alternative Name contains Principal name "1468133250@mil" then the Regex that would match it can be presented as follows: ^[0-9]{10}@[a-zA-Z.-]{2,}?$
-
ICM-362: Fixes an issue where a high number of Purebred certificates corrupted the screen layout and the Send to MobileIron button became unreachable.