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

This commit is contained in:
Sthope 2021-09-09 14:59:40 +02:00
parent 9effe13a7d
commit 4193af75fc
2 changed files with 11 additions and 2 deletions

View File

@ -15,6 +15,7 @@ pic06: "/assets/images/portainer_oauth/6.png"
pic07: "/assets/images/portainer_oauth/7.png"
pic08: "/assets/images/portainer_oauth/8.png"
pic09: "/assets/images/portainer_oauth/9.png"
pic10: "/assets/images/portainer_oauth/10.png"
---
@ -47,9 +48,17 @@ Now choose this options, you can use other `Session lifetime` if you want
<img src="{{page.pic09}}"/>
`Automatic user provisioning`: If set ON anyone with Github account will be able to login and Portainer will automaticily create the user without authorizations, better leave it off and handle the users creation/allowance to you.
### 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB