Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 749 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 749 Bytes

podio-component

Podio API component for elastic.io platform

Create new App in Podio

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

Configure OAuth Client key/secret

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 key
  • PODIO_APP_SECRET - your OAUth client secret