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 <z.aourzag@gmail.com> * update Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Zakaria aourzag <z.aourzag@gmail.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
698780dfda
commit
352a2057dd
|
@ -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
|
||||
|
|
Reference in New Issue