Skip to content

Commit 159e5f5

Browse files
author
Renat Zubairov
authored
Update README.md
1 parent 319c5ed commit 159e5f5

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# 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
325

0 commit comments

Comments
 (0)