-
Login with Amazon Connector
I'm looking to create a connector that uses "Login with Amazon" for OAuth2 authentication. In order to get Amazon to accept the request to the Authorization URL you need to register a Return URL with Amazon. This is the URL that is passed as redirect_uri in the Authorization URL. The problem is that the connector makes a…
-
Gzip data in custom connector
I'm working on pulling data from an api where I will be downloading a gzipped file. Before I get too far into trying to build a Custom Connector for it, is it going to be possible to process that gzipped downloaded data in the "Data processing script"?
-
Pulling Data From an API Using a Hashed Signature for Auth
I'm trying to pull data from an API into DOMO. The API is using an apiSignature for Auth. The apiSignature is created using using an HMAC_SHA256 hash of a date string using a private key. A new apiSignature is created for each request using a current date string. The apiSignature, date string, and public key are then sent…