Jamf Connect Configuration Exemples de fichiers PLIST

Documentation Jamf Connect 2.45.0

Solution
Application
Jamf Connect
Content Type
Documentation technique
Utilities & Services
version
2.45.0
ft:locale
fr-FR
vrm_version
2.45.0

Exemple de fichier PLIST d’ouverture de session

<<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CreateJamfConnectPassword</key>
	<true/>
	<key>OIDCClientID</key>
	<string>531...c0</string>
	<key>OIDCClientSecret</key>
	<string>2d3...9d</string>
	<key>OIDCDiscoveryURL</key>
	<string>https://your_organization_assigned_tenant.rapididentity.com/idp/.well-known/openid-configuration</string>
	<key>OIDCProvider</key>
	<string>Custom</string>
	<key>OIDCROPGID</key>
	<string>531...c0</string>
	<key>OIDCRedirectURI</key>
	<string>https://127.0.0.1/jamfconnect</string>
	<key>OIDCScopes</key>
	<string>openid+profile+email</string>
	<key>OIDCUsePassthroughAuth</key>
	<true/>
	<key>ROPGClientSecret</key>
	<string>2d3...9d</string>
	<key>ROPGDiscoveryURL</key>
	<string>https://your_organization_assigned_tenant.rapididentity.com/idp/.well-known/openid-configuration</string>
</dict>
</plist>>

Exemple de fichier PLIST de barre de menus

<<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>IdPSettings</key>
	<dict>
		<key>ClientSecret</key>
		<string>2d3...9d</string>
		<key>DiscoveryURL</key>
		<string>https://your_organization_assigned_tenant.rapididentity.com/idp/.well-known/openid-configuration</string>
		<key>Provider</key>
		<string>Custom</string>
		<key>ROPGID</key>
		<string>531...c0</string>
		<key>Scopes</key>
		<string>openid+profile+email</string>
	</dict>
</dict>
</plist>>