I had the exact same issue described here but the fix was to allow the traffic through the firewall.
so strange how these errors manifest.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have ran and re-ran through the prerequisites.
"The Azure AD Kerberos functionality for hybrid identities is only available on the following operating systems:
Windows 11 Enterprise single or multi-session.
Windows 10 Enterprise single or multi-session, versions 2004 or later with the latest cumulative updates installed, especially the KB5007253 - 2021-11 Cumulative Update Preview for Windows 10.
Windows Server, version 2022 with the latest cumulative updates installed, especially the KB5007254 - 2021-11 Cumulative Update Preview for Microsoft server operating system version 21H2.
To learn how to create and configure a Windows VM and log in by using Azure AD-based authentication, see Log in to a Windows virtual machine in Azure by using Azure AD.
This feature doesn't currently support user accounts that you create and manage solely in Azure AD. User accounts must be hybrid user identities, which means you'll also need AD DS and Azure AD Connect. You must create these accounts in Active Directory and sync them to Azure AD. To assign Azure Role-Based Access Control (RBAC) permissions for the Azure file share to a user group, you must create the group in Active Directory and sync it to Azure AD.
You must disable multi-factor authentication (MFA) on the Azure AD app representing the storage account.
Azure AD Kerberos authentication only supports using AES-256 encryption."
I have a test environment.
and trying to use an Azure VM to authenticate to AAD.
get error:
C:\Users\username>net use n: \StorageAccount.file.core.windows.net\FileShare
Enter the user name for 'StorageAccount.file.core.windows.net': username@modeluemlab.com
Enter the password for StorageAccount.file.core.windows.net:
System error 86 has occurred.
The specified network password is not correct.
I can connected through the share access key with the username being the azure\StorageAccount
I had the exact same issue described here but the fix was to allow the traffic through the firewall.
so strange how these errors manifest.
For us, it was Cloud Kerberos Tickets not arriving, because a mistake in Entra Connect Setup, because of that it was not able to match the account logging on to the on-prem machine and the account in Entra. Thus no Kerberos Ticket was issued to the Client even though the Reg entry was done.