Replies: 2 comments 2 replies
-
This can only be enabled using a configuration profile. A sample profile can be found here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You should be able to install the profile by just double-clicking it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to enable Touch ID authenication but there is no option in the App gui for this.
Tried defaults write /Users/name/Library/Group\ Containers/7R5ZEU67FQ.corp.sap.privileges/Library/Preferences/7R5ZEU67FQ.corp.sap.privileges RequireAuthentication -bool true
defaults read /Users/name/Library/Group\ Containers/7R5ZEU67FQ.corp.sap.privileges/Library/Preferences/7R5ZEU67FQ.corp.sap.privileges.plist
{
AllowPrivilegeRenewal = 1;
ExpirationInterval = 0;
RequireAuthentication = 1;
RevokePrivilegesAtLogin = 0;
}
Restarted the app but no go...
How can i enable touch id for the app and cli (non intune managed device)?
Beta Was this translation helpful? Give feedback.
All reactions