From 924a152eda982ac9527da7cd270139b3d7b4ea41 Mon Sep 17 00:00:00 2001 From: Maikel van Leeuwen Date: Wed, 1 Feb 2023 21:04:10 +0100 Subject: [PATCH] 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-0d957a3c7b2e --- .../content/en/integration/openid-connect/portainer/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/en/integration/openid-connect/portainer/index.md b/docs/content/en/integration/openid-connect/portainer/index.md index 2fa52f55f..06bebfa50 100644 --- a/docs/content/en/integration/openid-connect/portainer/index.md +++ b/docs/content/en/integration/openid-connect/portainer/index.md @@ -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` 8. Resource URL: `https://auth.example.com/api/oidc/userinfo` 9. Redirect URL: `https://portainer.example.com` - 10. User Identifier: `preferred_username` - 11. Scopes: `openid profile groups email` + 10. Logout URL: `https://auth.example.com/logout` + 11. User Identifier: `preferred_username` + 12. Scopes: `openid profile groups email` {{< figure src="portainer.png" alt="Portainer" width="736" style="padding-right: 10px" >}}