File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# podio-component
2
- Podio API component template for elastic.io platform
2
+ Podio API component for elastic.io platform
3
+
4
+ ## Create new App in Podio
5
+
6
+ In order to make OAuth work you need a new App in your Podio. During app creation process you will be asked to specify
7
+ the callback URL, to process OAuth auehtncation via elastic.io platform your callback URL should be
8
+
9
+ ```
10
+ https://your-tenant.elastic.io/callback/oauth2
11
+ ```
12
+
13
+ More information you can find [ here] ( https://developers.podio.com/authentication )
14
+
15
+
16
+ ## Configure OAuth Client key/secret
17
+
18
+ In the component repository you need to specify OAuth Client credentials as environment variables. You would need two variables
19
+
20
+ ![ image] ( https://cloud.githubusercontent.com/assets/56208/10132996/4de54eac-65da-11e5-92aa-a8b102d633e5.png )
21
+
22
+ You would need two variables:
23
+ * ``` PODIO_CLIENT_KEY ``` - your OAuth client key
24
+ * ``` PODIO_CLIENT_SECRET ``` - your OAUth client secret
3
25
You can’t perform that action at this time.
0 commit comments