diff --git a/_posts/2021-09-04-portainer-oauth.md b/_posts/2021-09-04-portainer-oauth.md index 32d205e..78a6fdd 100644 --- a/_posts/2021-09-04-portainer-oauth.md +++ b/_posts/2021-09-04-portainer-oauth.md @@ -14,6 +14,7 @@ pic05: "/assets/images/portainer_oauth/5.png" 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" --- @@ -42,8 +43,10 @@ This is it Github Part is finish! Open Portainer UI and go to `Settings` on the right side menu then click on `Authentication` under it. +Now choose this options, you can use other `Session lifetime` if you want + - +`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. diff --git a/assets/images/portainer_oauth/9.png b/assets/images/portainer_oauth/9.png new file mode 100644 index 0000000..6b53e36 Binary files /dev/null and b/assets/images/portainer_oauth/9.png differ