Skip to content

Commit

Permalink
Shorten module references
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Jul 29, 2024
1 parent 4da263c commit 2e25355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Patcher needs to know whether it is being run for the first time. This is import
API credential creation
-----------------------

Beginning with Patcher version 1.3.4, the Setup Assistant handled in the :mod:`patcher.client.setup` class will prompt for a Jamf Pro username and password. The admin credentials are not stored permanently--they are **only** used for initial authentication for creating the API roles and client.
Beginning with Patcher version 1.3.4, the Setup Assistant handled in the :mod:`~patcher.client.setup` class will prompt for a Jamf Pro username and password. The admin credentials are not stored permanently--they are **only** used for initial authentication for creating the API roles and client.

The setup assistant also has checks in place to account for the use of SSO. As the Jamf Pro API `does not support the use of SSO, <https://developer.jamf.com/jamf-pro/docs/jamf-pro-api-overview#authentication-and-authorization>`_ you may be prompted to verify your account is not configured with SSO. In the event it is, creating an :ref:`API Role and Client will have to be done manually <jamf-guide>`.

Expand Down

0 comments on commit 2e25355

Please sign in to comment.