PPPC-Utility icon indicating copy to clipboard operation
PPPC-Utility copied to clipboard

Support SSO

Open kevinlewis3 opened this issue 5 years ago • 5 comments

Does this tool support Single Sign-On?

kevinlewis3 avatar Oct 26 '18 00:10 kevinlewis3

+1

dotdashhhh avatar Nov 07 '18 15:11 dotdashhhh

The Jamf Pro Classic API that this utility uses does not support SSO. Until there is a Jamf Pro API that supports SSO, this will not be possible.

https://developer.jamf.com/documentation#authentication

macblazer avatar Nov 07 '18 18:11 macblazer

@kevinlewis3 If you have it enabled, you could always use the failover url.

dannyhanes avatar Jun 10 '19 14:06 dannyhanes

Jamf Pro v10.35.0 supports bearer tokens for authentication to the API. This is closer to SSO, but not quite.

We could update PPPC Utility to use bearer tokens for all API access. This may need to be optional so older versions of Jamf Pro running on-prem could still be supported.

macblazer avatar Feb 14 '22 20:02 macblazer

Bearer token usage based on username/password was added with #113.

Jamf Pro v10.49.0 supports OAuth client credentials flow for authentication to acquire a bearer token. Another step closer to SSO, but still not quite. Client credentials flow will be implemented with #120.

macblazer avatar Aug 08 '23 16:08 macblazer