initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2021-09-09 15:04:18 +02:00
parent ce1890fa34
commit 706e916d92

View File

@ -50,15 +50,18 @@ Now choose this options, you can use other `Session lifetime` if you want
### OAuth Configuration ### OAuth Configuration
`Client ID`: ClientID you copied from Github | | |
`Client secret`: Secret you copied from Github | :---------------- | :------------------------------------------ |
`Authorization URL`: https://github.com/login/oauth/authozize | Client ID | ClientID you copied from Github |
`Access token URL`: https://github.com/login/oauth/access_token | Client secret | Secret you copied from Github |
`Resource URL`: https://api.github.com/user | Authorization URL | https://github.com/login/oauth/authozize |
`Redirect URL`: your Portainer URL eg: http://IP:9000 | Access token URL | https://github.com/login/oauth/access_token |
`Logout URL`: | Resource URL | https://api.github.com/user |
`User identifier`: login | Redirect UR | your Portainer URL eg: http://IP:9000 |
`Scopes`: id,email,name | Logout URL | leave empty |
| User identifier | login |
| Scopes | id,email,name |
<img src="{{page.pic10}}"/> <img src="{{page.pic10}}"/>