jamf / JamfMigrator

A tool to migrate data granularly between Jamf Pro servers
MIT License
143 stars 10 forks source link

Provide SSO compatible login function #85

Closed delize closed 1 year ago

delize commented 1 year ago

Could you provide an SSO compatible login function, this could breaking out into a Chrome Window and intercepting the cookie session to

I have read the documentation on the main page, and I see a note in an older version back in 2.1.3, but, for an account that does not use any passwords - I am unable to login and export some of our configurations to provide for an Audit Report.

BIG-RAT commented 1 year ago

The Jamf Pro API only supports basic auth and bearer token, which is retrieved using basic auth. Given that I don’t see a way to provide SSO compatibility.