- Domain —
com.jamf.connect.login - Description —
Used configure authentication and password syncing for Microsoft Entra ID hybrid identity environments.
Setting | Description |
|---|---|
Identity Provider (Hybrid ID)
| Specifies where Jamf Connect should attempt to sync passwords. The following values are supported:
|
Tenant ID (Hybrid ID)
| Specifies the tenant ID in your organization to use for password verification. |
Discovery URL (Hybrid ID)
| Specifies your OpenID Connect discovery endpoint. If using AD FS, this value is your AD FS domain combined with the following: "/adfs/.well-known/openid-configuration" Note: This key is required if you set the ROPGProvider key to "Custom".
|
Redirect URI (Hybrid ID)
| Specifies the redirect URI used by the created application in AD FS or Microsoft Entra ID. https://127.0.0.1/jamfconnect is recommended by default, but any valid URI value may be used as long as the configured value in Microsoft Entra ID or AD FS matches the value in your Jamf Connect Login configuration profile. |
Client Secret (Hybrid ID)
| Specifies the client secret of your Jamf Connect application. Consider the following scenarios when configuring client secrets:
|
ROPG Scopes (Hybrid ID)
| Specifies custom scopes, which can return additional claims in a user's ID token during authorization. Standard scopes include \"openid\", \"profile\", and \"offline_access\". This key should be configured as a string with space-separated values. |