You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/apple-sso-plugin.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ When this flag is on (its value is set to `1`), all MDM-managed apps not in the
134
134
#### Enable SSO for all apps with a specific bundle ID prefix
135
135
-**Key**: `AppPrefixAllowList`
136
136
-**Type**: `String`
137
-
-**Value**: Comma-delimited list of application bundle ID prefixes for the applications that are allowed to participate in SSO. This parameter allows all apps that start with a particular prefix to participate in SSO.
137
+
-**Value**: Comma-delimited list of application bundle ID prefixes for the applications that are allowed to participate in SSO. This parameter allows all apps that start with a particular prefix to participate in SSO. For iOS, the default value would be set to `com.apple.` and that would enable SSO for all Apple apps. For macOS, the default value would be set to `com.apple.` and `com.microsoft.` and that would enable SSO for all Apple and Microsoft apps. Admins could override the default value or add apps to `AppBlockList` to prevent them from participating in SSO.
138
138
-**Example**: `com.contoso., com.fabrikam.`
139
139
140
140
#### Disable SSO for specific apps
@@ -157,7 +157,7 @@ If your users have problems signing in to an application even after you've enabl
157
157
158
158
-**Key**: `AppCookieSSOAllowList`
159
159
-**Type**: `String`
160
-
-**Value**: Comma-delimited list of application bundle ID prefixes for the applications that are allowed to participate in the SSO. All apps that start with the listed prefixes will be allowed to participate in SSO.
160
+
-**Value**: Comma-delimited list of application bundle ID prefixes for the applications that are allowed to participate in the SSO. All apps that start with the listed prefixes will be allowed to participate in SSO. Please note that this key is to be used only for iOS apps and not for macOS apps.
**Other requirements**: To enable SSO for applications by using `AppCookieSSOAllowList`, you must also add their bundle ID prefixes `AppPrefixAllowList`.
@@ -171,8 +171,8 @@ Try this configuration only for applications that have unexpected sign-in failur
171
171
|`Enable_SSO_On_All_ManagedApps`| Integer |`1` to enable SSO for all managed apps, `0` to disable SSO for all managed apps. |
172
172
|`AppAllowList`| String<br/>*(comma-delimited list)*| Bundle IDs of applications allowed to participate in SSO. |
173
173
|`AppBlockList`| String<br/>*(comma-delimited list)*| Bundle IDs of applications not allowed to participate in SSO. |
174
-
|`AppPrefixAllowList`| String<br/>*(comma-delimited list)*| Bundle ID prefixes of applications allowed to participate in SSO. |
175
-
|`AppCookieSSOAllowList`| String<br/>*(comma-delimited list)*| Bundle ID prefixes of applications allowed to participate in SSO but that use special network settings and have trouble with SSO using the other settings. Apps you add to `AppCookieSSOAllowList` must also be added to `AppPrefixAllowList`. |
174
+
|`AppPrefixAllowList`| String<br/>*(comma-delimited list)*| Bundle ID prefixes of applications allowed to participate in SSO. For iOS, the default value would be set to `com.apple.` and that would enable SSO for all Apple apps. For macOS, the default value would be set to `com.apple.` and `com.microsoft.` and that would enable SSO for all Apple and Microsoft apps. Developers , Customers or Admins could override the default value or add apps to `AppBlockList` to prevent them from participating in SSO. |
175
+
|`AppCookieSSOAllowList`| String<br/>*(comma-delimited list)*| Bundle ID prefixes of applications allowed to participate in SSO but that use special network settings and have trouble with SSO using the other settings. Apps you add to `AppCookieSSOAllowList` must also be added to `AppPrefixAllowList`. Please note that this key is to be used only for iOS apps and not for macOS apps. |
176
176
177
177
#### Settings for common scenarios
178
178
@@ -226,7 +226,7 @@ Use these parameters to enable the flag:
226
226
227
227
-**Key**: `browser_sso_interaction_enabled`
228
228
-**Type**: `Integer`
229
-
-**Value**: 1 or 0
229
+
-**Value**: 1 or 0. This value is set to 1 by default.
230
230
231
231
macOS requires this setting so it can provide a consistent experience across all apps. iOS and iPadOS don't require this setting because most apps use the Authenticator application for sign-in. But we recommend that you enable this setting because if some of your applications don't use the Authenticator app on iOS or iPadOS, this flag will improve the experience. The setting is disabled by default.
232
232
@@ -256,7 +256,7 @@ Disable the app prompt and display the account picker:
256
256
257
257
-**Key**: `disable_explicit_app_prompt`
258
258
-**Type**: `Integer`
259
-
-**Value**: 1 or 0
259
+
-**Value**: 1 or 0. This value is set to 1 by default and this default setting reduces the prompts.
260
260
261
261
Disable app prompt and select an account from the list of matching SSO accounts automatically:
0 commit comments