docs: update portainer ce and ee (#3202)
This adds some additional docs to Portainer docs specifically around Portainer EE. Closes #3203 Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3207/head
parent
4710de33a4
commit
de6d1698be
|
@ -10,7 +10,7 @@ nav_order: 1
|
||||||
|
|
||||||
{{ page.path }}
|
{{ page.path }}
|
||||||
|
|
||||||
**Note** these setting have been tested with authelia `v4.33.2` and Portainer-CE `2.11.0`
|
**Note** these setting have been tested with authelia `v4.34.6` and Portainer (CE and EE) `2.12.2`
|
||||||
|
|
||||||
## Authelia config
|
## Authelia config
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ identity_providers:
|
||||||
|
|
||||||
To setup Authelia as SSO provider in portainer go to **Settings > Authentication** and select **Authentication method** OAuth and **Provider** Custom and make sure automatic user provision is turned so users get automatically created.
|
To setup Authelia as SSO provider in portainer go to **Settings > Authentication** and select **Authentication method** OAuth and **Provider** Custom and make sure automatic user provision is turned so users get automatically created.
|
||||||
|
|
||||||
**Note** make sure that Redirect URL matches exacty the redirect_uris in authelia config. Also us `preferred_username` as the User identifier which makes sure the portianer user and authelia user have the same username.
|
**Note** make sure that Redirect URL matches exacty the redirect_uris in authelia config. Use `preferred_username` as the User identifier which makes sure the portianer user and authelia user have the same username. Scopes should be `openid profile groups email` **do not use commas**
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="../../images/portainer.gif" target="_blank"><img src="../../images/portainer.gif" width="736"></a>
|
<a href="../../images/portainer.gif" target="_blank"><img src="../../images/portainer.gif" width="736"></a>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 57 KiB |
Loading…
Reference in New Issue