Skip to content

Commit

Permalink
website/integrations: portainer: Fix Redirect URL mismatch (#9226)
Browse files Browse the repository at this point in the history
Add missing "/" to Redirect URL in Portainer

Signed-off-by: MisterrrX <101521000+MisterrrX@users.noreply.github.com>
  • Loading branch information
MisterrrX authored Apr 12, 2024
1 parent 203dc88 commit 45de247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/portainer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 45de247

Please sign in to comment.