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

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