Update index.md
Logout URL should also be defined to make a logout request possible. The image can also maybe be updated with: https://2914113074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUeb1lPrWdn7TlqnXoAAC%2Fuploads%2FI3XW6LRpMd4Y1XsxPGqn%2F2.15-settings-authentication-oauth-custom.png?alt=media&token=e5eaa042-9c83-492c-8381-0d957a3c7b2epull/4861/head
parent
1716a308dc
commit
924a152eda
|
@ -60,8 +60,9 @@ To configure [Portainer] to utilize Authelia as an [OpenID Connect 1.0] Provider
|
||||||
7. Access Token URL: `https://auth.example.com/api/oidc/token`
|
7. Access Token URL: `https://auth.example.com/api/oidc/token`
|
||||||
8. Resource URL: `https://auth.example.com/api/oidc/userinfo`
|
8. Resource URL: `https://auth.example.com/api/oidc/userinfo`
|
||||||
9. Redirect URL: `https://portainer.example.com`
|
9. Redirect URL: `https://portainer.example.com`
|
||||||
10. User Identifier: `preferred_username`
|
10. Logout URL: `https://auth.example.com/logout`
|
||||||
11. Scopes: `openid profile groups email`
|
11. User Identifier: `preferred_username`
|
||||||
|
12. Scopes: `openid profile groups email`
|
||||||
|
|
||||||
{{< figure src="portainer.png" alt="Portainer" width="736" style="padding-right: 10px" >}}
|
{{< figure src="portainer.png" alt="Portainer" width="736" style="padding-right: 10px" >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue