Thank you Ivan for answering. The Neo and Cloud Foundry specific modules plus common module(s) that serve both is certainly the way to go. To avoid class loading exceptions while using the SAP Cloud SDK, ensure that your common modules have only th...
Hi Gregor,I would make sure that the com.auth0:java-jwt Maven module is included (should be if you are using the SDK and Cloud Foundry), and let your IDE automatically import the necessary classes. For example, in my environment I have these importe...
Hi Gregor, In addition to the manual header setting suggested before, another suggestion is to wrap your VDM calling code into a Callable and pass it into the AuthTokenAccessor.executeWithAuthToken() method. For example: String jwtString = Authentica...
Hi Gregor,The mentioned issues are caused by a regression introduced since version 3.11.0 of the SAP Cloud SDK. To help narrow down your issue, would it be possible to try out version 3.10.0 and let us know if you still encounter the errors?Best reg...
Hi Gregor, Is this request you're making originating from within the app (like a background/scheduled service) or from an incoming HTTP request? Specifically, which user is set in the JWT from CatalogService.java#L54 ? I would compare the JWT content...