Skip to content

Commit

Permalink
Merge branch 'master' into issue_2054
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasP0815 authored May 14, 2024
2 parents 9cced56 + 83ad6e9 commit 5294e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flask_appbuilder/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ def get_oauth_user_info(
"first_name": data.get("given_name", ""),
"last_name": data.get("family_name", ""),
"email": data.get("email", ""),
"role_keys": data.get("groups", []),
}
# for Authentik
if provider == "authentik":
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ typing-extensions==4.8.0
# via
# flask-limiter
# limits
werkzeug==3.0.1
werkzeug==3.0.3
# via
# flask
# flask-appbuilder
Expand Down

0 comments on commit 5294e73

Please sign in to comment.