Kyle Hammond
Kyle Hammond
I've generated an appropriate CSV file from the data in the CC GPOS Control Mappings.pdf at the above link. Running the `scripts/generate_mapping.py` on it produces a bunch of output in...
For whoever wants to pick this up, here is the contents of the mapping file. I named it `CommonCriteria_GPOS_PP_421.csv`. ``` pp_os_v4.2.1,800-53r5 FCS_CKM.1,SC-12(3) FCS_CKM.2,SC-12(3) FCS_CKM_EXT.4,"IA-5, SC-12" FCS_COP.1(1),SC-13 FCS_COP.1(2),SC-13 FCS_COP.1(3),SC-13 FCS_COP.1(4),SC-13 FCS_RBG_EXT.1,SC-12...
I think it would be great if the PPPC Utility could highlight the properties that are entitlement-related to an app selected in the list on the left. This would at...
@GabeShack Can you post here a plain text mobileconfig file (that is, not signed and encrypted), or an excerpt from it that shows the keys that you are using that...
The config profile saved by PPPC Utility should be standard following Apple's guidelines for use in any MDM. Does Microsoft Endpoint Manager tell you exactly what part of the profile...
The Jamf Pro Classic API that this utility uses does not support SSO. Until there is a Jamf Pro API that supports SSO, this will not be possible. https://developer.jamf.com/documentation#authentication
Jamf Pro v10.35.0 supports bearer tokens for authentication to the API. This is closer to SSO, but not quite. We could update PPPC Utility to use bearer tokens for all...
It happens every time I call that authContext.acquireToken function when it has to pop open a window. I am using the ADTokenCacheDelegate protocol to save tokens between launches. If it...
This is part of the ADAL framework's attempt to enforce private classes and singleton objects. The implementation of [ADWebAuthController new] calls [ADWebAuthController alloc] which has a hard-coded failing NSAssert, @throws...
@KenMillard-Steampunk There is no key to manage this capability yet. We can [look here](https://github.com/apple/device-management/blob/release/mdm/profiles/com.apple.TCC.configuration-profile-policy.yaml) in the future to find the key if Apple provides one.