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
`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 |
<img src="{{page.pic10}}"/>