From 2866bccc4bf5a2f9f2a56d6d46224516a76f5113 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 8 Sep 2022 17:32:17 -0400 Subject: [PATCH] UPDATES --- education/windows/edu-federated-sign-in.md | 25 ++++++++++++++-------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/education/windows/edu-federated-sign-in.md b/education/windows/edu-federated-sign-in.md index d9ebd03421..c1b9ee5d04 100644 --- a/education/windows/edu-federated-sign-in.md +++ b/education/windows/edu-federated-sign-in.md @@ -57,16 +57,23 @@ To configure federated sign-in using Microsoft Intune, use a [custom profile][ME 1. Select **Next** 1. In **Configuration settings**, select **Add** and enter the following properties, repeating the process for each row and selecting **Save**: -[!div class="mx-tdBreakAll"] -| Name | OMA-URI | Data type | Value | -|--|--|--|--| -| `EnableWebSignInForPrimaryUser` | `./Vendor/MSFT/Policy/Config/FederatedAuthentication/EnableWebSignInForPrimaryUser` | Integer | 1 | -| `ConfigureWebSignInAllowedUrls` | `./Vendor/MSFT/Policy/Config/Authentication/ConfigureWebSignInAllowedUrls` | String | Semicolon separated list of domains, for example: `samlidp.clever.com;clever.com;mobile-redirector.clever.com` | -| `IsEducationEnvironment` | `./Vendor/MSFT/Policy/Config/Education/IsEducationEnvironment` | Integer | 1 | -| `ConfigureWebCamAccessDomainNames` | `./Vendor/MSFT/Policy/Config/Authentication/ConfigureWebCamAccessDomainNames` | String | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use he webcam during the sign-in process, separated by a semicolon. For example: `clever.com` | -| `EnableSharedPCMode` | `./Vendor/MSFT/SharedPC/EnableSharedPCMode` | Boolean | False | + [!div class="mx-tdBreakAll"] + | Name | OMA-URI | Data type | Value | + |--|--|--|--| + | `EnableWebSignInForPrimaryUser` | `./Vendor/MSFT/Policy/Config/FederatedAuthentication/EnableWebSignInForPrimaryUser` | Integer | 1 | + | `ConfigureWebSignInAllowedUrls` | `./Vendor/MSFT/Policy/Config/Authentication/ConfigureWebSignInAllowedUrls` | String | Semicolon separated list of domains, for example: `samlidp.clever.com;clever.com;mobile-redirector.clever.com` | + | `IsEducationEnvironment` | `./Vendor/MSFT/Policy/Config/Education/IsEducationEnvironment` | Integer | 1 | + | `ConfigureWebCamAccessDomainNames` | `./Vendor/MSFT/Policy/Config/Authentication/ConfigureWebCamAccessDomainNames` | String | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `clever.com` | + | `EnableSharedPCMode` | `./Vendor/MSFT/SharedPC/EnableSharedPCMode` | Boolean | False | - :::image type="content" source="images/edu-federated-authentication-settings.png" alt-text="Custom policy showing the settings to be configured to enable federated sign-in" lightbox="images/edu-federated-authentication-settings.png" border="true"::: + [!div class="mx-tdBreakAll"] + |Name|Syntax|Mandatory for silent installation?|Description| + |-------------|----------|---------|---------| + |Quiet|/quiet|Yes|Runs the installer, displaying no UI and no prompts.| + |NoRestart|/norestart|No|Suppresses any attempts to restart. By default, the UI will prompt before restart.| + |Help|/help|No|Provides help and quick reference. Displays the correct use of the setup command, including a list of all options and behaviors.| + + :::image type="content" source="images/edu-federated-authentication-settings.png" alt-text="Custom policy showing the settings to be configured to enable federated sign-in" lightbox="images/edu-federated-authentication-settings.png" border="true"::: 1. Select **Review + Save** 1. Select **Next** 1. In **Scope tags**, assign any applicable tags (optional)