From 352a2057ddceebbde14251138843b08f056c5f48 Mon Sep 17 00:00:00 2001 From: Zakaria aourzag Date: Fri, 3 Feb 2023 14:37:31 +0100 Subject: [PATCH] website/integrations: change default portainer user identifier (#3945) * change email to username change the current settings from username as email to username. Signed-off-by: Zakaria aourzag * update Signed-off-by: Jens Langhammer --------- Signed-off-by: Zakaria aourzag Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- 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 0ff2f67f3..77486cb17 100644 --- a/website/integrations/services/portainer/index.md +++ b/website/integrations/services/portainer/index.md @@ -49,7 +49,7 @@ In Portainer, under _Settings_, _Authentication_, Select _OAuth_ and _Custom_ - Redirect URL: `https://portainer.company` - Resource URL: `https://authentik.company/application/o/userinfo/` - Logout URL: `https://authentik.company/application/o/portainer/end-session/` -- User Identifier: `email` +- User Identifier: `preferred_username` (Or `email` if you want to use email addresses as identifiers) - Scopes: `email openid profile` :::note