Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am getting this error when I am executing my pipeline in fabric. "Operation on target Audit_Table_Creation failed: Failed to get User Auth access token. The error message is: Failed to get User Auth access token. The error message is: AADSTS50173: The provided grant has expired due to it being revoked, a fresh auth token is needed. The user might have changed or reset their password. The grant was issued on '2025-07-13T23:40:27.4754901Z' and the TokensValidFrom date (before which tokens are not valid) for this user is '2026-01-09T06:22:31.0000000Z'. Trace ID: d6627e27-84af-43c7-8e6d-e609e1d63100 Correlation ID: a83a8dff-f6ac-4f4e-9a60-2f445afb8040 Timestamp: 2026-02-14 23:28:06Z.."
Need clarification and assistance please.
thank you.
Solved! Go to Solution.
Hi @PNG_Power_Bi,
It looks like an auth token expired. Can you double check all the connections used and re-authenciate them? I see this frequently when connections use the devleoper's microsoft account using oauth and that developer changes their password.
Proud to be a Super User! | |
Hi @PNG_Power_Bi , Thank you for reaching out to the Microsoft Community Forum.
@tayloramy is correct, the failure is caused by an expired authentication token and that the connections used in the pipeline should be checked and re-authenticated. Errors with code AADSTS50173 commonly occur when a connection is using a user’s OAuth credentials and that user changes their password, is forced to sign out or their session is revoked by policy.
The token was explicitly revoked, as shown by the TokensValidFrom timestamp, so the pipeline will continue to fail until the exact Fabric connection or linked service using that user identity is edited and signed in again. For long-term stability, if the pipeline is operational, the better approach is to move the connection to a service principal or managed identity, so future password or security changes do not interrupt pipeline execution.
Hi @PNG_Power_Bi , Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.
Hi @PNG_Power_Bi , hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.
Hi @PNG_Power_Bi , Thank you for reaching out to the Microsoft Community Forum.
@tayloramy is correct, the failure is caused by an expired authentication token and that the connections used in the pipeline should be checked and re-authenticated. Errors with code AADSTS50173 commonly occur when a connection is using a user’s OAuth credentials and that user changes their password, is forced to sign out or their session is revoked by policy.
The token was explicitly revoked, as shown by the TokensValidFrom timestamp, so the pipeline will continue to fail until the exact Fabric connection or linked service using that user identity is edited and signed in again. For long-term stability, if the pipeline is operational, the better approach is to move the connection to a service principal or managed identity, so future password or security changes do not interrupt pipeline execution.
Hi @PNG_Power_Bi,
It looks like an auth token expired. Can you double check all the connections used and re-authenciate them? I see this frequently when connections use the devleoper's microsoft account using oauth and that developer changes their password.
Proud to be a Super User! | |
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |