Forum Discussion

CBCKV's avatar
CBCKV
Frequent Visitor
9 months ago
Solved

OAuth 2.o grant-type: Authorization Code

I am trying to create a pipeline that interacts with an endpoint that uses OAuth 2.0; however, it requires a grant_type=authorization_code, which I can only assume is granted once the admin user logs...
  • v-prasare's avatar
    9 months ago

    Hi CBCKV,

    Fabric Data Factory does not support Authorization Code OAuth flow because it requires interactive login. The recommended approach is to perform the initial login once, store the refresh token securely (Key Vault), and use grant_type=refresh_token within your pipeline

     

    Thanks,

    Prashanth