Hi,
My client wants to connect to the App Store Connect API (https://developer.apple.com/documentation/appstoreconnectapi) but we are having trouble with getting the authorization to work.
Calls to the API require JSON Web Tokens (JWT) for authorization, specifically using the “ES256” signature algorithm.
We tried using the CData Rest connector but found in the documentation that “...the JWT signature algorithm cannot be set directly. Only the RS256 algorithm is supported” https://cdn.cdata.com/help/DWH/ado/pg_oauth.htm#jwt
Has anyone experience connecting to the App Store Connect API?