Re: [users@httpd] JWT Authentication behind an apache2 proxy

2019-02-02 Thread Xavier Gignac
Thank you for your quick answer I have put my conf in attachments. I just want to know what I am doing wrong to transmit it to Location api because I have not configured so much. Le sam. 2 févr. 2019 à 11:50, Rainer Jung a écrit : > Am 02.02.2019 um 11:39 schrieb Xavier Gignac: > > Hello, > > >

Re: [users@httpd] JWT Authentication behind an apache2 proxy

2019-02-02 Thread Rainer Jung
Am 02.02.2019 um 11:39 schrieb Xavier Gignac: Hello, I am using a Java application with JWT authentication through a Authorization header with Bearer  syntax. I want to know how to configure Apache2 to transmit the Authorization header to the Java application while proxying the request. Au

[users@httpd] JWT Authentication behind an apache2 proxy

2019-02-02 Thread Xavier Gignac
Hello, I am using a Java application with JWT authentication through a Authorization header with Bearer syntax. I want to know how to configure Apache2 to transmit the Authorization header to the Java application while proxying the request. Thank you, Xavier