DocSpace-client/web/ASC.Web.Login/tests/mocking/mock-data/auth/authError.json

11 lines
2.0 KiB
JSON
Raw Normal View History

2021-12-21 07:59:11 +00:00
{
"error": {
"message": "User authentication failed",
"type": "System.Security.Authentication.AuthenticationException",
"stack": " at ASC.Web.Api.Controllers.AuthenticationController.GetUser(AuthModel memberModel, Boolean& viaEmail) in C:\\ONLYOFFICE\\AppServer\\web\\ASC.Web.Api\\Controllers\\AuthenticationController.cs:line 462\r\n at ASC.Web.Api.Controllers.AuthenticationController.AuthenticateMe(AuthModel auth) in C:\\ONLYOFFICE\\AppServer\\web\\ASC.Web.Api\\Controllers\\AuthenticationController.cs:line 257\r\n at ASC.Web.Api.Controllers.AuthenticationController.AuthenticateMeFromBody(AuthModel auth) in C:\\ONLYOFFICE\\AppServer\\web\\ASC.Web.Api\\Controllers\\AuthenticationController.cs:line 167\r\n at lambda_method1086(Closure , Object , Object[] )\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()\r\n--- End of stack trace from previous location ---\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()\r\n--- End of stack trace from previous location ---\r\n at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)",
"hresult": -2146233087
},
"status": 1,
"statusCode": 500
}