From 317f6772e924b3fe63cb7e0b84407b8179670d9c Mon Sep 17 00:00:00 2001 From: Sthope Date: Thu, 9 Sep 2021 15:06:58 +0200 Subject: [PATCH] initial commit --- _posts/2021-09-04-portainer-oauth.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_posts/2021-09-04-portainer-oauth.md b/_posts/2021-09-04-portainer-oauth.md index 2f28c02..56e1783 100644 --- a/_posts/2021-09-04-portainer-oauth.md +++ b/_posts/2021-09-04-portainer-oauth.md @@ -52,23 +52,23 @@ Now choose this options, you can use other `Session lifetime` if you want -| :---------------- | :------------------------------------------ | -| 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 | +| :-------------------- | :------------------------------------------ | +| **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** | leave empty | +| **User identifier** | login | +| **Scopes** | id,email,name |

# Gitea -Enter https://git.sthope.dev/user/settings and go to `Applications` +Enter** https://git.sthope.dev/user/settings and go to `Applications`