Podio API component for elastic.io platform
In order to make OAuth work you need a new App in your Podio. During app creation process you will be asked to specify the callback URL, to process OAuth auehtncation via elastic.io platform your callback URL should be
https://your-tenant.elastic.io/callback/oauth2
More information you can find here
In the component repository you need to specify OAuth Client credentials as environment variables. You would need two variables
You would need two variables:
PODIO_APP_ID
- your OAuth client keyPODIO_APP_SECRET
- your OAUth client secret