jamf / powerbi

Jamf PowerBi Integration
32 stars 11 forks source link

Minimally support bearer token auth #25

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, client credentials, and many breaking changes in the data model.

This issue proposes a minimal non-breaking change to the published 1.0.0 beta version adding bearer token auth only.

Note, this issue is moot if #27 is addressed sooner.

jfretheim commented 2 months ago

Closing this in favor of #27.