How to authenticate to an API with OAuth 2.0 using SSIS / ODBC

Contents hide 1 Introduction 2 Prerequisites 3 Concepts about OAuth 2.0 4 Video Tutorial 5 Grant Types in OAuth 2.0 5.1 Authorization Code Grant Type 5.2 Client Credentials Grant Type 5.3 Password Grant Type 6 Understand AccessToken and RefreshTokens in OAuth 2.0 6.1 Refresh Token 6.2 Access Token 7 Step-by-Step – API Authentication with SSIS … Continue reading How to authenticate to an API with OAuth 2.0 using SSIS / ODBC