Forum Discussion

maxmerchant's avatar
maxmerchant
Frequent Visitor
1 year ago
Solved

Fabric Pipeline is throwing User Auth Fail error

A Fabric pipeline that was successful until last week, started failing this week. Below is the error   Operation on target <Activity Name> failed: Failed to get User Auth access token. The error me...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi maxmerchant 

     

    Thank you very much SudhavaniKolla3 and spencer_sa for your prompt reply.

     

    The error message AADSTS50057 indicates that the user account associated with the pipeline is disabled, which is likely due to the original author of the pipeline no longer being part of the organization.

     

    This can indeed cause the pipeline to fail, as it relies on the permissions and tokens associated with that user account.

     

    Error AADSTS50057 - User account is disabled | Microsoft Learn

     

    Consider the approach provided by SudhavaniKolla3 and spencer_sa.

     

    If possible, consider creating a service account to manage automated tasks and pipelines. Such an account would not be affected by the departure of an individual.

     

    Regards,

    Nono Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.