Skip to content

Ulysses Neves

Microsoft Entra ID, authentication, and hybrid identity troubleshooting.

Menu
  • Início
  • Microsoft Azure
  • Microsoft AD FS
  • Microsoft 365
  • Contact
Menu

Device registration – Fixing error message ‘The requested authentication method ‘wiaormultiauthn’ is not valid’

Posted on 14 de December de 2022

Hello everyone. Today, we’re going to investigate the error message ‘The requested authentication method ‘wiaormultiauthn’ is not valid‘ when trying to Hybrid join domain-joined down-level device into Azure AD.

INTRODUCTION

Mainly, Windows 10 and Windows Server 2016 or above are considered under the current devices’ category. Older Windows client and server versions are called Windows Down-level devices, such as Windows 8.1 and Windows Server 2012 R2. For more information about supported versions for AAD Hybrid Join, check this official document: https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-plan#review-supported-devices

The requirements and configuration steps to join down-level devices are slightly different from current devices. For more information in how to setup your environment to join down-level devices, please check this link: https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-hybrid-join-downlevel

Once you have the setup in place and install the Microsoft Workplace Join for Windows down-level computers in the client machine, the scheduled task below is created:

In order to illustrate possible issues when Hybrid join the down-level devices into Azure AD, let’s simulate one scenario:

Scenario:
Client: Windows Server 2012
Join type: AAD Hybrid Join
IDP: AD FS

ERROR: During the join process, you might face error message below:

In text format, we see:

Error: The registration service could not successfully authenticate your account. Please make sure you are logged in with your Active Directory domain account and try again.

Hybrid Azure AD Join service authentication url: https://login.microsoftonline.com/TENANTID/oauth2/authorize?response_type=code&client_id=CLIENTID&resource=urn:ms-drs:enterpriseregistration.windows.net&redirect_uri=ms-app%3a%2f%2fwindows.immersivecontrolpanel%2f&domain_hint=contoso.com&msafed=0&resource_params=eyJQcm9wZXJ0aWVzIjpbeyJLZXkiOiJhY3IiLCJWYWx1ZSI6IndpYW9ybXVsdGlhdXRobiJ9XX0
For details visit https://aka.ms/HybridAzureADDownLevelTroubleshoot

TROUBLESHOOTING:

In order to investigate this issue, we can count on Event viewer logs in the client and in AD FS server.

Checking the client log ‘Microsoft-Workplace Join/Admin‘, we find:

Event ID 400:

Hybrid Azure AD Join error:
Error Message: Failed to navigate to: https://login.microsoftonline.com/TENANTID/oauth2/authorize?response_type=code&client_id=dd762716-544d-4aeb-a526-687b73838a22&resource=urn:ms-drs:enterpriseregistration.windows.net&redirect_uri=ms-app%3a%2f%2fwindows.immersivecontrolpanel%2f&domain_hint=contoso.com&msafed=0&resource_params=eyJQcm9wZXJ0aWVzIjpbeyJLZXkiOiJhY3IiLCJWYWx1ZSI6IndpYW9ybXVsdGlhdXRobiJ9XX0
For details visit https://aka.ms/HybridAzureADDownLevelTroubleshoot Error code: 0x10DD

Checking client log ‘Microsoft-Workplace Join/Debug‘, we find:

Event ID 502:

_NavigationComplete: Navigation was cancelled.

Checking AD FS Admin logs, we see:

Encountered error during federation passive request.

Additional Data
Protocol Name: wsfed
Relying Party: urn:federation:MicrosoftOnline
Exception details:
Microsoft.IdentityServer.RequestFailedException: The requested authentication method ‘wiaormultiauthn’ is not valid for relying party trust ‘Microsoft Office 365 Identity Platform Worldwide’. at Microsoft.IdentityServer.Web.Authentication.AuthenticationPolicyEvaluator.ValidateRpAllowsAuthClassReference(String rpIdentifier, String authClassReferenceId) at Microsoft.IdentityServer.Web.Authentication.AuthenticationPolicyEvaluator.VerifyTargetRPsSupportAuthClassReference(String authClassReferenceId) at Microsoft.IdentityServer.Web.Authentication.AuthenticationPolicyEvaluator.EvaluatePolicy(Boolean& isLastStage, AuthenticationStage& currentStage, Boolean& strongAuthRequried) at Microsoft.IdentityServer.Web.PassiveProtocolListener.GetAuthMethodsFromAuthPolicyRules(PassiveProtocolHandler protocolHandler, ProtocolContext protocolContext) at Microsoft.IdentityServer.Web.PassiveProtocolListener.GetAuthenticationMethods(PassiveProtocolHandler protocolHandler, ProtocolContext protocolContext) at Microsoft.IdentityServer.Web.PassiveProtocolListener.OnGetContext(WrappedHttpListenerContext context)

REASON

Down level devices require the on-premises federation service to issue claims to support integrated Windows authentication (IWA) for device registration. The on-premises federation service must support issuing the authenticationmethod and wiaormultiauthn claims when it receives an authentication request to the Azure AD relying party holding a resource_params parameter with the following encoded value:

eyJQcm9wZXJ0aWVzIjpbeyJLZXkiOiJhY3IiLCJWYWx1ZSI6IndpYW9ybXVsdGlhdXRobiJ9XXX

which decoded is {"Properties":[{"Key":"acr","Value":"wiaormultiauthn"}]}

Reference: https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-manual#configure-federation-service-for-downlevel-devices

FIX:

Microsoft has a public document above with steps to fix this issue. Let’s follow these steps.

For AD FS 2019, open AD FS console » Relying Party Trusts » right-click on the RPT Microsoft Office 365 Identity Platform and select ‘Edit Claim Issuance Policy’.

Click Add Rule » select Send Claims Using a Custom Rule and click Next.

Enter the rule name ‘Auth Method Claim Rule’.

In the claim box, enter rule below:

c:[Type == "http://schemas.microsoft.com/claims/authnmethodsreferences"] => issue(claim = c);

Click Finish » Apply.

Use the command below to update the RPT name of your configured Office 365:

Set-AdfsRelyingPartyTrust -TargetName 'Microsoft Office 365 Identity Platform Worldwide' -AllowedAuthenticationClassReferences wiaormultiauthn

Output expected below:

RESULT:

After updating the AD FS configuration to send the claim WIAORMULTIAUTH, we tested the scheduled task and the result is successful with the message ‘The operation completed successfully:

With the successful Hybrid Join, let’s check a few logs to confirm if everything is fine:

Checking client log ‘Microsoft-Workplace Join/Debug‘, we find:

Event ID 500:

_OnBeforeNavigate2Webbrowser: Navigating to https://fs.contoso.com/adfs/ls/wia?wauth=http%3a%2f%2fschemas.microsoft.com%2fclaims%2fwiaormultiauthn&client-request-id=378e2687-bcb1-4b79-a86b-4516d4bb8fbc&username=&wa=wsignin1.0&wtrealm=urn%3afederation%3aMicrosoftOnline&wctx=estsredirect%3d2%26estsrequest%3drQQIARAAjZA9LANRAIDv9apaUZoOYpQQgrzW_f8kBhIiJDVIBInh3d1rXfTeXd679lITFhZ_q5GFDhIm8ZNYmSQMwi4hkRhNQge75Ru_5PsGeCEnmD2Oo6miJqhQkWUHyghbECmiClVdszRJl3QkijTbktno3dZOr2pTR8tjHY-XO1f7IFMp1xjDjOAqZjnb9-qgz2MQBYGZz0cucfyI5VzPw5S5VWz7JKR-OUAEl_PnANwD8Bxrnx6phEtiAz51V_AqD-o8rFBi_oocykxMQkwD6jJMccllIUWh65Pcn53g8IzvKTqSoUqKAw1VE6AsKBhatoEgskTJkFW5KFnyEw_u4-A93jrEm8lkIhPr5Lq4rzg4aGq09S_epmOvhb2Hte-Ni27urikfUH1SdQtshIQL9lQ0Z0ujRmREgyHSZ2hJmh_3hRnNQL4yOzYsmMJuAnwmwGYzuEj998F6azrJZVOpQ6JfV46fJ27S3Ffb7dbl28tJ_WPiBw2&deviceAuthenticationMethod=TlsHandler

Event ID 100:

Hybrid Azure AD Join operation succeeded. Activity Id: 00000000-0000-0000-0000-000000000000
Registration Service URI: https://enterpriseregistration.windows.net/EnrollmentServer/DeviceEnrollmentWebService.svc

Summary

In this article, we covered how to investigate the error message ‘The requested authentication method ‘wiaormultiauthn’ is not valid‘ when trying to Hybrid join domain-joined down-level device into Azure AD.

I hope you have enjoyed reading this article, and it helps you manage your Hybrid devices in Azure AD.

Enjoyed the article? Like and share. 🙂

Note: I do not represent the organization I work for, all the opinions expressed here, are my own. This post is provided AS IS with no warranties or guarantees and confers no rights.

In case you have any suggestions or feedback, please leave a comment.

[ ]’s
Ulysses Neves

2 thoughts on “Device registration – Fixing error message ‘The requested authentication method ‘wiaormultiauthn’ is not valid’”

  1. whoiscall says:
    21 de July de 2023 at 20:35

    Thanks!

    Reply
    1. Uneves says:
      24 de July de 2023 at 12:00

      Always happy to help. 🙂

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Microsoft Authenticator Will Block Jailbroken Devices in 2026 — What You Need to Know 17 de March de 2026
  • Enhancing Azure role activation security with FIDO2/Passkeys 23 de September de 2024
  • Microsoft Entra ID CAP | Enforcing WHfB using Authentication Strength 21 de April de 2024
  • Troubleshooting Error Code ‘0x000005e’ in WHfB: PIN Authentication Woes 11 de February de 2024
  • WHfB: Fixing Windows Hello for Business error ‘LogoncertTemplateReady: NO (StateNoTemplate)’ 29 de December de 2023

Archives

  • March 2026
  • September 2024
  • April 2024
  • February 2024
  • December 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019

Tags

#aaddownleveldevice #aadhybridjoin #adfs #adfsonsql #azuread #azureauth #azureCA #azuredevice #azurehybridjoin #azuremfa #azuresecurity #capolicy #cloudkerberostrust #conditionalaccess #conditionalaccesspolicy #deviceregistration #gmsaaccount #gopasswordless #hybridaadjoin #mfaserver #msadfs #msazure #msidentity #namedlocation #sslcertificatevalidation #tshootadfs #tshoothybridjoin #tshootwaptrust #waptrust #WHFBcerttrust #whfbdeployment #WHfBhybridsetup #widdatabase adconnect authenticationcontext authenticationstrength az500 azuread azuremfa azurepim azuresecurity cloudsecurity microsoft365 msazure WHfB
©2026 Ulysses Neves | Design: Newspaperly WordPress Theme
Ulysses Neves
Gerenciar Consentimento de Cookies
Para fornecer as melhores experiências, usamos tecnologias como cookies para armazenar e/ou acessar informações do dispositivo. O consentimento para essas tecnologias nos permitirá processar dados como comportamento de navegação ou IDs exclusivos neste site. Não consentir ou retirar o consentimento pode afetar negativamente certos recursos e funções.
Funcional Always active
O armazenamento ou acesso técnico é estritamente necessário para a finalidade legítima de permitir a utilização de um serviço específico explicitamente solicitado pelo assinante ou utilizador, ou com a finalidade exclusiva de efetuar a transmissão de uma comunicação através de uma rede de comunicações eletrónicas.
Preferências
O armazenamento ou acesso técnico é necessário para o propósito legítimo de armazenar preferências que não são solicitadas pelo assinante ou usuário.
Estatísticas
O armazenamento ou acesso técnico que é usado exclusivamente para fins estatísticos. O armazenamento técnico ou acesso que é usado exclusivamente para fins estatísticos anônimos. Sem uma intimação, conformidade voluntária por parte de seu provedor de serviços de Internet ou registros adicionais de terceiros, as informações armazenadas ou recuperadas apenas para esse fim geralmente não podem ser usadas para identificá-lo.
Marketing
O armazenamento ou acesso técnico é necessário para criar perfis de usuário para enviar publicidade ou para rastrear o usuário em um site ou em vários sites para fins de marketing semelhantes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
Ver preferências
  • {title}
  • {title}
  • {title}