admin | September 21st, 2017 | MS Office 365
At the point when a client tries to sign into a Microsoft cloud service, for example, Office 365 from a sign-in website page whose URL begins with “https://login.microsoftonline.com/login.srf,” the client gets an error message and can’t sign in.
Here is the case of an error message that the user may get:
Sorry, but we’re having trouble signing you in. Please try again in a few minutes. If this doesn’t work, you might want to contact your admin and report the following error: 80041034.
This issue may happen when one of the below-given conditions is valid:
Solution 1:
On a Client PC that has the Azure Active Directory Module for Windows PowerShell introduced, take after these strides:
Set-MsolUserPrincipalName -UserPrincipalName [CurrentUPN] -NewUserPrincipalName [NewUPN]
[Note: In this command, [CurrentUPN] represents the user’s current user principal name (UPN), and [NewUPN]represents the user’s UPN that has a domain suffix that changed to the initial onmicrosoft.com domain.]
Set-MsolUserPrincipalName -UserPrincipalName [CurrentUPN] -NewUserPrincipalName [NewUPN]
[Note: In this command, [CurrentUPN] represents the UPN of the user after you run the command in step 2, and[NewUPN] is the original UPN.]
Solution 2:
The user can also try temporarily disabling Local Security Authority (LSA) credential caching on your AD FS servers.
The user can use any of the above-mentioned solutions for resolving “Error in Signing into Office 365” issue very easily. The discussed manual methods will help you troubleshoot the error efficiently as these are the solutions for two basic cause of the problem.