Re: [grpc-io] [java] Challenge-Response / Digest Auth for GRPC

2017-09-20 Thread William Shallum
Thank you for the tips. I found an implementation here https://github.com/grpc/grpc-java/pull/1570 and will study it for inspiration. Regards, William On 20 September 2017 at 06:59, Eric Anderson <ej...@google.com> wrote: > On Mon, Sep 18, 2017 at 3:51 AM, William Shallum <wshal..

[grpc-io] [java] Challenge-Response / Digest Auth for GRPC

2017-09-18 Thread William Shallum
Hi, Has anyone attempted to do a challenge-response / digest authentication implementation for GRPC? Our current services use a token and HTTP Digest authentication to prove ownership of the token's associated secret without passing it over the wire. >From what I see in the examples, most of the