website/_posts/2021-09-04-portainer-oauth.md
Sthope 4193af75fc
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-09-09 14:59:40 +02:00

2.3 KiB

layout title description author image categories comments pic01 pic02 pic03 pic04 pic05 pic06 pic07 pic08 pic09 pic10
post Portainer Oauth Login into Portainer using your Github account or even better.. your private Gitea account (with 2FA) sthope
Docker
Portainer
OAuth
true /assets/images/portainer_oauth/1.png /assets/images/portainer_oauth/2.png /assets/images/portainer_oauth/3.png /assets/images/portainer_oauth/4.png /assets/images/portainer_oauth/5.png /assets/images/portainer_oauth/6.png /assets/images/portainer_oauth/7.png /assets/images/portainer_oauth/8.png /assets/images/portainer_oauth/9.png /assets/images/portainer_oauth/10.png

Github

Login into Github and go to https://github.com/settings/profile on the right side menu near the end enter Developer settings and select OAuth Apps

Create your app details Application name: Whatever you wanna call it
Homepage URL: eg: http://IP:9000
Application description: can be empty
Authorization callback URL: eg: http://IP:9000


After Github creates the application click on Generate a new client secret and copy Client ID and the Secret it created.
This is it Github Part is finish!

Portainer

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.

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

Gitea

Enter https://git.sthope.dev/user/settings and go to Applications