Pluggable Authentication Module (PAM) Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domain —com.jamf.connect.login
  • Description —

    Used to enable PAM authentication on computers.

Setting

Description

Identity Provider (PAM)

AuthUIOIDCProvider

Specifies the identity provider to use for authentication via PAM.

<key>AuthUIOIDCProvider</key>
<string>insert-identity-provider</string>

Client ID (PAM)

AuthUIOIDCClientID

Specifies the client ID of the created Jamf Connect app in your identity provider used for authentication via PAM.

<key>AuthUIOIDCClientID</key>
<string>9fcc52c7-ee36-4889-8517-lkjslkjoe23</string>

Redirect URI (PAM)

AuthUIOIDCRedirectURI

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

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

Redirect URI (PAM)

AuthUIOIDCTenant

Specifies the tenant in your IdP used for authentication via PAM.

Note:

If Okta is your IdP, this key is required.

<key>AuthUIOIDCTenant</key>
<string>dev-123456</string>

Client Secret (PAM)

AuthUIOIDCClientSecret

Specifies the client secret of your Jamf Connect app in your IdP. This value is only known by Jamf Connect and your IdP.

<key>AuthUIOIDCClientSecret</key>
<string>9fcc52c7-ee36-4889-8517-lkjslkjoe23</string>