Securing gRPC-based Microservices in .NET Core

Hey @7amou3,
Welcome to Auth0 Community, and thanks for reading this blog post!

I’ve no specific experience with Interceptors; however, as far as I know, they are the suggested solution for ASP.NET applications calling a gRPC server.
The client described in the article is a console application and doesn’t rely on ASP.NET.
I hope this helps with deciding which approach to use.