フェデレーション Azure ユーザーは Windows 10 Pro にログインできません

フェデレーション Azure ユーザーは Windows 10 Pro にログインできません

Azure AD をセットアップし、G Suite システムと連携させました。G Suite からプロビジョニングされたユーザーが表示され、問題なく Azure と Office にログインできます。

私も Windows 10 Pro PC を持っていて、それを Azure に参加させています。私たちのonmicrosoft.comドメインのユーザーは問題なくコンピューターにログインできます。Google からインポートされた実際のドメインのフェデレーション ユーザーはログインできません。「ユーザー名またはパスワードが正しくありません。もう一度お試しください。」と表示されます。

どのような助けでも大歓迎です。

dregcmd /status参考になれば、以下は の出力です。

| Device State                                                         |
+----------------------------------------------------------------------+

             AzureAdJoined : YES
          EnterpriseJoined : NO
              DomainJoined : NO
               Device Name : DESKTOP-HGU3NIR

+----------------------------------------------------------------------+
| Device Details                                                       |
+----------------------------------------------------------------------+

                  DeviceId : f4873935-0c29-46f1-ab19-09ede789fa92
                Thumbprint : 7874F6B739CD8E9C7562F8DFAC3487DE48E2782F
 DeviceCertificateValidity : [ 2020-09-01 18:35:09.000 UTC -- 2030-09-01 19:05:09.000 UTC ]
            KeyContainerId : d3bf6055-56ac-4cd1-9f1d-bc2203c26d44
               KeyProvider : Microsoft Platform Crypto Provider
              TpmProtected : YES
          DeviceAuthStatus : SUCCESS

+----------------------------------------------------------------------+
| Tenant Details                                                       |
+----------------------------------------------------------------------+

                TenantName : translifeline.org
                  TenantId : 417bd5b1-b5ae-4bca-a87a-adadeb358522
                       Idp : login.windows.net
               AuthCodeUrl : https://login.microsoftonline.com/[ID]/oauth2/authorize
            AccessTokenUrl : https://login.microsoftonline.com/[ID]/oauth2/token
                    MdmUrl : 
                 MdmTouUrl : 
          MdmComplianceUrl : 
               SettingsUrl : 
            JoinSrvVersion : 2.0
                JoinSrvUrl : https://enterpriseregistration.windows.net/EnrollmentServer/device/
                 JoinSrvId : urn:ms-drs:enterpriseregistration.windows.net
             KeySrvVersion : 1.0
                 KeySrvUrl : https://enterpriseregistration.windows.net/EnrollmentServer/key/
                  KeySrvId : urn:ms-drs:enterpriseregistration.windows.net
        WebAuthNSrvVersion : 1.0
            WebAuthNSrvUrl : https://enterpriseregistration.windows.net/webauthn/[ID]/
             WebAuthNSrvId : urn:ms-drs:enterpriseregistration.windows.net
    DeviceManagementSrvVer : 1.0
    DeviceManagementSrvUrl : https://enterpriseregistration.windows.net/manage/[ID]/
     DeviceManagementSrvId : urn:ms-drs:enterpriseregistration.windows.net

+----------------------------------------------------------------------+
| User State                                                           |
+----------------------------------------------------------------------+

                    NgcSet : YES
                  NgcKeyId : {972D2D93-F29A-44D4-8B35-BD4C8F6BBF11}
                  CanReset : DestructiveOnly
           WorkplaceJoined : NO
             WamDefaultSet : YES
       WamDefaultAuthority : organizations
              WamDefaultId : https://login.microsoft.com
            WamDefaultGUID : {B16898C6-A148-4967-9171-64D755DA8520} (AzureAd)

+----------------------------------------------------------------------+
| SSO State                                                            |
+----------------------------------------------------------------------+

                AzureAdPrt : YES
      AzureAdPrtUpdateTime : 2020-09-01 19:21:01.000 UTC
      AzureAdPrtExpiryTime : 2020-09-15 19:21:00.000 UTC
       AzureAdPrtAuthority : https://login.microsoftonline.com/[ID]
             EnterprisePrt : NO
    EnterprisePrtAuthority : 

+----------------------------------------------------------------------+
| Diagnostic Data                                                      |
+----------------------------------------------------------------------+

        AadRecoveryEnabled : NO
    Executing Account Name : AzureAD\Chris'TestAccount, [email protected]
               KeySignTest : PASSED

+----------------------------------------------------------------------+
| IE Proxy Config for Current User                                     |
+----------------------------------------------------------------------+

      Auto Detect Settings : YES
    Auto-Configuration URL : 
         Proxy Server List : 
         Proxy Bypass List : 

+----------------------------------------------------------------------+
| WinHttp Default Proxy Config                                         |
+----------------------------------------------------------------------+

               Access Type : DIRECT

For more information, please visit https://www.microsoft.com/aadjerrors```

答え1

上記のログには、デバイスが実際に Azure AD に参加していることのみが示されており、ユーザー認証プロセス中に何が起こっているかは示されていません。

セットアップ/エラーの説明から判断すると、Google との SAML フェデレーションが正しく有効化されていないようです。参照:https://docs.microsoft.com/en-us/azure/active-directory/devices/faq#q-why-do-i-get-a-username-or-password-is-incorrect-message-for-a-device-i-just-joined-to-azure-ad

Google との SAML 連携を確認するには:https://cloud.google.com/architecture/identity/federating-gcp-with-azure-ad-configuring-provisioning-and-single-sign-on#configure_saml_settings

デバイスの登録に関する問題を排除するには、次のスクリプトを使用します。https://gallery.technet.microsoft.com/scriptcenter/Hybrid-Azure-AD-Joined-0ea7e778

AAD に参加したデバイスのより基本的なトラブルシューティングについては、以下を参照してください。https://docs.microsoft.com/en-us/azure/active-directory/devices/troubleshoot-hybrid-join-windows-current

お役に立てれば。

関連情報