microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

[Authentication] - propagate errors to the client and handle them #95

Closed ramizsha closed 2 months ago

ramizsha commented 2 months ago

This PR adds handling for authentication UI required exceptions that occur in control plane APIs (such as crud & jobs) and also provides an example of how to propagate errors from the workload backend to the workload frontned.