...

/

Solution Review: Securing gRPC Communication

Solution Review: Securing gRPC Communication

Review the solution for the "Securing gRPC Communication" challenge.

We'll cover the following...

Overview

The complete solution can be found in the following playground:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}
Complete setup with the authorization requirements correctly applied

Solving the challenge

Here are the steps we can perform to solve the challenge: ...