Authorizing Azure Data Factory to SKY API
Attempting to set up the SKY API as a Linked Service in Azure Data Factory, but receive a connection failure; error indicates it fails to get access token from SKY API's token endpoint (see message failure here):
Details: Failed to get access token from your token endpoint. Error returned from your authorization server: {"error":"unauthorized_client","error_description":"The value specified for the grant_type parameter 'client_credentials' is not valid for the application."}.
Processed HTTP request failed.

What other configurations should I make to ensure I can successfully authentication & connect to the SKY API in Azure Data Factory? Here is a screenshot of the Linked Service configurations (sensitive information blurred for security purposes):

Note also the following details:
- Blackbaud SKY API application is setup
- Redirect URLS are as follows: https://localhost:5001/auth/callback, https://oauth.pstmn.io/v1/browser-callback
- Environment ID is already mapped to the SKY API Application
Comments
-
@Ayush Venkatesh
Were you able to get the connection working ?0 -
Hi @Ayush Venkatesh and @Roman Rozanov - I recently researched setting up this connection in the Azure Data Factory and found it will not work as this configuration is looking for a grant type of ‘client_credentials', which would allow authorization without an intermediate user granting authorization, but the SKY API Authorization only support the grant type of ‘authorization_code', which does not support the system-to-sytem authorization that the ‘client_credentials’ grant type allows.
I did find a couple of articles at the time that may provide a workaround option for setting up authorization within Azure Data Factory. I emphasize the may though as I don't have access to Azure to test this myself so cannot provide additional input or answer questions if you run into any issues here:
Additionally, you could build a custom, standalone application to support the authentication - as further documented in our SKY Developer documentation: https://developer.blackbaud.com/skyapi/docs/authorization/auth-code-flow/confidential-application
Lastly, I would also suggest voting on the following Idea and leaving the specific feedback about the Azure Data Factory so this can be tracked and potentially implemented in the future. https://blackbaud-developer.ideas.aha.io/ideas/API-I-283
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 206 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 357 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 561 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.6K SKY Developer
- 242 ResearchPoint™
- 117 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 778 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
