diff --git a/website/integrations/services/portainer/index.md b/website/integrations/services/portainer/index.md index e3dd940072..c574d8a847 100644 --- a/website/integrations/services/portainer/index.md +++ b/website/integrations/services/portainer/index.md @@ -45,7 +45,7 @@ In Portainer, under _Settings_, _Authentication_, Select _OAuth_ and _Custom_ - Authorization URL: `https://authentik.company/application/o/authorize/` - Access Token URL: `https://authentik.company/application/o/token/` - Resource URL: `https://authentik.company/application/o/userinfo/` -- Redirect URL: `https://portainer.company` +- 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`