Skip to content

Commit

Permalink
use all authorities
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Apr 8, 2024
1 parent 0fd7ffc commit 7c025d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public QBiCTokenAuthentication(QBiCUserDetails principal) {

@Override
public Collection<? extends GrantedAuthority> getAuthorities() {
return List.of();
return principal.getAuthorities();
}

@Override
Expand Down

0 comments on commit 7c025d1

Please sign in to comment.