Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection to Jamf Pro should be updated to use Bearer Tokens #113

Closed
macblazer opened this issue Jun 14, 2022 · 0 comments · Fixed by #114
Closed

Connection to Jamf Pro should be updated to use Bearer Tokens #113

macblazer opened this issue Jun 14, 2022 · 0 comments · Fixed by #114
Assignees

Comments

@macblazer
Copy link
Contributor

Jamf Pro v10.35+ supports bearer tokens for access to the endpoints that PPPC Utility uses. We need to update the networking code to support this newer standard. More info can be found here.

An important note in the linked document says

Support for Basic authentication via the Classic API has been deprecated and will be removed at a future time (estimated removal date: August-December 2022).

Another important factor is that the PPPC Utility should try to be backwards compatible. Using bearer tokens should be the new default, but the app should have an option to support Jamf Pro v10.34 and lower with Basic Authentication.

@macblazer macblazer changed the title Connection to Jamf Pro should be updated to optionally use Bearer Tokens Connection to Jamf Pro should be updated to use Bearer Tokens Jun 14, 2022
@macblazer macblazer self-assigned this Jun 21, 2022
macblazer added a commit to macblazer/PPPC-Utility that referenced this issue Jun 21, 2022
…eing a valid type to use for our purposes.
macblazer added a commit to macblazer/PPPC-Utility that referenced this issue Jul 5, 2022
…c authorization. Added unit tests of the NetworkAuthManager code.
@macblazer macblazer mentioned this issue Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant