Hi gRPC team,
  We are developing some auth mechanism using gRPC in C++, and we should 
like to have both channel and call level authentication enable in a gRPC 
server.
  In our scenario of a internal communication, we need to comply to some 
authentication flow other than SSL-like ones. As far as I know, the 
*metadataAuthenticator 
*used for call level authentication cannot do some negotiation stuff like 
exchange tokens between client and server. We have to do this in the 
channel credential. 
So we would want to know if we can have a user-defined channel credential 
(just like slServerCredentials)? Or we can achieve some thing similar using 
call level authenticator (sever-client negotiation)?

Thanks,
Cloud

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/487931c4-6f5e-459c-bf38-3d8cb8eb2212n%40googlegroups.com.

Reply via email to