jamf / JamfMigrator

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

Quick Fix: checkURL2() times out when using SSO on the JSS #8

Closed ftiff closed 6 years ago

ftiff commented 6 years ago

When using SSO on Jamf Pro (ADFS in my case), your checkURL2 method times out.

This was not the easiest to debug as dataTask follows the redirection, then does the timeout. Changing the URL from / to /JSSResource/accounts does the trick.