Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
ati_puri
Resolver I
Resolver I

Bearer Token support for Fabric REST API

Fabric REST API source system only supporting bearer authorization process. Can someone help with the process. As within fabric we have SPN/Entra ID and basic authentication mechanisms.

1 ACCEPTED SOLUTION

Actually we are trying to acess a data source API and the only authorization provided in bearer token, we did it now using AKV(bearer token stored here) and used this AKV secret in copy job source-> additional headers.

This helped us to use bearer token from customer API.

View solution in original post

2 REPLIES 2
mabdollahi
Advocate IV
Advocate IV

Hi   

Fabric REST APIs don’t use basic auth. They only accept bearer tokens, and those tokens come from Microsoft Entra ID.

So even though Fabric supports Service Principals and Entra ID, the REST API itself always expects:

 

 
Authorization: Bearer <access_token>
 

In practice, you authenticate with Entra ID (usually using a service principal), Entra issues an access token, and that token is passed to Fabric as a bearer token.

You just need to:

@ati_puri

Actually we are trying to acess a data source API and the only authorization provided in bearer token, we did it now using AKV(bearer token stored here) and used this AKV secret in copy job source-> additional headers.

This helped us to use bearer token from customer API.

Helpful resources

Announcements
FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Fabric Update Carousel

Fabric Monthly Update - March 2026

Check out the March 2026 Fabric update to learn about new features.

Top Kudoed Authors