Skip to content

Commit 6287789

Browse files
Merge pull request #216991 from jhansimunukoti/patch-5
Update apple-sso-plugin.md
2 parents 9abb16b + 8ffbcfa commit 6287789

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/apple-sso-plugin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ When this flag is on (its value is set to `1`), all MDM-managed apps not in the
134134
#### Enable SSO for all apps with a specific bundle ID prefix
135135
- **Key**: `AppPrefixAllowList`
136136
- **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.
138138
- **Example**: `com.contoso., com.fabrikam.`
139139

140140
#### Disable SSO for specific apps
@@ -157,7 +157,7 @@ If your users have problems signing in to an application even after you've enabl
157157

158158
- **Key**: `AppCookieSSOAllowList`
159159
- **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.
161161
- **Example**: `com.contoso.myapp1, com.fabrikam.myapp2`
162162

163163
**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
171171
| `Enable_SSO_On_All_ManagedApps` | Integer | `1` to enable SSO for all managed apps, `0` to disable SSO for all managed apps. |
172172
| `AppAllowList` | String<br/>*(comma-delimited list)* | Bundle IDs of applications allowed to participate in SSO. |
173173
| `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. |
176176

177177
#### Settings for common scenarios
178178

@@ -226,7 +226,7 @@ Use these parameters to enable the flag:
226226

227227
- **Key**: `browser_sso_interaction_enabled`
228228
- **Type**: `Integer`
229-
- **Value**: 1 or 0
229+
- **Value**: 1 or 0. This value is set to 1 by default.
230230

231231
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.
232232

@@ -256,7 +256,7 @@ Disable the app prompt and display the account picker:
256256

257257
- **Key**: `disable_explicit_app_prompt`
258258
- **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.
260260

261261
Disable app prompt and select an account from the list of matching SSO accounts automatically:
262262
- **Key**: `disable_explicit_app_prompt_and_autologin`

0 commit comments

Comments
 (0)