diff --git a/_posts/2021-09-04-portainer-oauth.md b/_posts/2021-09-04-portainer-oauth.md index 3a1fa94..83ff22b 100644 --- a/_posts/2021-09-04-portainer-oauth.md +++ b/_posts/2021-09-04-portainer-oauth.md @@ -50,15 +50,18 @@ Now choose this options, you can use other `Session lifetime` if you want ### OAuth Configuration -`Client ID`: ClientID you copied from Github -`Client secret`: Secret you copied from Github -`Authorization URL`: https://github.com/login/oauth/authozize -`Access token URL`: https://github.com/login/oauth/access_token -`Resource URL`: https://api.github.com/user -`Redirect URL`: your Portainer URL eg: http://IP:9000 -`Logout URL`: -`User identifier`: login -`Scopes`: id,email,name +| | | +| :---------------- | :------------------------------------------ | +| Client ID | ClientID you copied from Github | +| Client secret | Secret you copied from Github | +| Authorization URL | https://github.com/login/oauth/authozize | +| Access token URL | https://github.com/login/oauth/access_token | +| Resource URL | https://api.github.com/user | +| Redirect UR | your Portainer URL eg: http://IP:9000 | +| Logout URL | leave empty | +| User identifier | login | +| Scopes | id,email,name | +