jamf / powerbi

Jamf PowerBi Integration
32 stars 11 forks source link

add minimal support for bearer token auth #26

Closed jfretheim closed 2 months ago

jfretheim commented 2 months ago

Basic Auth has been long deprecated for Jamf Pro and Classic API access.

The develop branch currently includes a move to bearer token auth, the addition of client credential support, as well as vast performance enhancements which also introduced many breaking changes to the data model.

As an alternative to the breaking changes currently on the develop branch, this pull request instead introduces a minimal non-breaking change to the published 1.0.0 beta version adding only support for bearer token auth.

Note: if #27 is addressed first, this PR is irrelevant.

jfretheim commented 2 months ago

Declining this in favor of issue #27. Pull request #32 is the last step in full backward compatibility and includes much better support for client credentials.