@SamF , as Bearer Token auth relies on submitting basic auth credentials at least once in the process (get the bearer token): does this mean that bearer token auth is also being deprecated or is it really only the "pure" basic auth?
@SamF , as Bearer Token auth relies on submitting basic auth credentials at least once in the process (get the bearer token): does this mean that bearer token auth is also being deprecated or is it really only the "pure" basic auth?
Great question! Basic auth to obtain a bearer token via the /v1/auth/token endpoint in the Jamf Pro API is not being removed. The scope of change for removal of basic auth is limited to the Classic API.
An easy way to identify whether you're using the Classic API or Jamf Pro API is to look at the base path of your URI. If it includes "JSSResource", you're using the Classic API and these changes impact you. If it includes "api" or "uapi" (uapi has been deprecated), you're using the Jamf Pro API and the changes to basic auth do not impact you.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.