Okta User Role Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domain

    com.jamf.connect.login

  • Description

    (Okta Only) Used to configure user roles for new local accounts.

Setting

Description

Access Client ID

OIDCAccessClientID

Specifies the OIDC application to use for users that are allowed to create an account or log in to computers.

Note:

All users, including administrators, must be added to this app in your Okta admin console to ensure access to Jamf Connect.

<key>OIDCAccessClientID</key>
<string>0oad0gmia54gn3y8923h1</string>

Admin Client ID

OIDCAdminClientID

Specifies the OIDC application to use for users who are created as local administrators during account creation.

Note:

Only administrators should be added to this app in your Okta admin console.

<key>OIDCAdminClientID</key>
<string>0oa0gwese54gn3y9O0h4</string>

 

Secondary Login Client ID

OIDCSecondaryLoginClientID

Specifies the OIDC application to use for users that are allowed to create additional users on computers after the first account is created.

<key>OIDCSecondaryLoginClientID</key>
<string>0oa0grdsrhdsre54gn3y9O0h4</string>

Redirect URI

OIDCRedirectURI

Specifies the redirect URI used by your Jamf Connect app in your Okta.

https://127.0.0.1/jamfconnect is recommended by default, but any URI value may be used as long as the configured value in Okta matches the value in your Jamf Connect login configuration profile.

<key>OIDCRedirectURI</key>
<string>https://127.0.0.1/jamfconnect</string>