Hi Nicolai,
thanks for your fast response again! :)
I did a test with the dms-sidecar. I called the sidecar and with and without using the JWT as Authorization Header.
There is no difference and I always get the following answer:
Disclaimer: I am not logged in as root! ;-)
{
"id": "1EF9EB6E7F2F41D69D5408609CFF5FFD",
"uri": "http://localhost:8080/rest-ws/service/organization/id/1EF9EB6E7F2F41D69D5408609CFF5FFD",
"name": "root",
"type": "user",
"title": ", root",
"email": "root@optimal-systems.de",
"useruri": "",
"firstname": "root",
"lastname": "",
"active": true,
"hasimage": false,
"present": true,
"locale": "de"
}
Regarding FeignClient. Haven't used it but will give it a shot. Do you happen to have a code example?
Cheers
Martin