Posted on 04-01-2019 04:11 PM
I am looking to see if there is a way to deliver a remote lock and wipe command via the jamf pro API? I currently have a working solution for the classic API, however it is using basic auth which I do not want to use.
Posted on 04-01-2019 08:41 PM
The classic API can only use basic auth. The new API jamf is working on can use oauth tokens (I believe, could be mistaken) so you will probably have to use basic auth unless the new API supports sending remote commands.
If anyone can correct me on this, please do