Skip to content

Commit

Permalink
feat: provision from SSO preferred_username
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Feb 21, 2025
1 parent 312b852 commit c888e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/ee-repo-ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2bb902449b6df37a6a81989ce98f4a12716a01d6
e315ca2a79c670907fc96be4fd25c8f4840c9c6b
2 changes: 1 addition & 1 deletion backend/windmill-api/src/users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ pub struct LoginUserInfo {
pub email: Option<String>,
pub name: Option<String>,
pub company: Option<String>,

pub preferred_username: Option<String>,
pub displayName: Option<String>,
}

Expand Down

0 comments on commit c888e66

Please sign in to comment.