From d49d8bc559f418b66ae6f9d11e8d573b25134e4a Mon Sep 17 00:00:00 2001 From: Max <17359435+MaxPelly@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:26:19 +0000 Subject: [PATCH] website/integrations: portainer: match portainer settings order (#8974) Update portainer doc index.md Reorder settings in step 2 to match the order in Portainer's setings Signed-off-by: Max <17359435+MaxPelly@users.noreply.github.com> --- website/integrations/services/portainer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/portainer/index.md b/website/integrations/services/portainer/index.md index 73c7a81759..e3dd940072 100644 --- a/website/integrations/services/portainer/index.md +++ b/website/integrations/services/portainer/index.md @@ -44,8 +44,8 @@ In Portainer, under _Settings_, _Authentication_, Select _OAuth_ and _Custom_ - Client Secret: Client Secret from step 1 - Authorization URL: `https://authentik.company/application/o/authorize/` - Access Token URL: `https://authentik.company/application/o/token/` -- Redirect URL: `https://portainer.company` - Resource URL: `https://authentik.company/application/o/userinfo/` +- Redirect URL: `https://portainer.company` - Logout URL: `https://authentik.company/application/o/portainer/end-session/` - User Identifier: `preferred_username` (Or `email` if you want to use email addresses as identifiers) - Scopes: `email openid profile`