Shawn
Shawn
Any update on this?
I have looked into this a bit more. It seems that the `ProjectDownloadServlet` is not added as part of the JAX-RS ecosystem. It is added to the `ServletContext` programmatically instead...
Update?
Hi all, I had the same issue. I solved it by adding the `.oauth2Client()` to the filter chain and creating a custom `GrantedAuthoritiesMapper` as suggested in [this](https://stackoverflow.com/a/74873680/4251982) Stack Overflow post.
I would recommend looking at the contents of your token in https://jwt.io/ and making sure that: 1. The `aud` or `name` or another key contains the name of your user...