Forum Discussion
CBCKV
9 months agoFrequent Visitor
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...
- 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
v-prasare
Community Support
9 months agoHi 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