Making GET request to protected WebAPI using OAuth 2.0 and OpenIdConnect protocols
First of all user goes through authentication via MVC Client then authority in face of Identity Server4 gives JWT token which MVC client uses to make GET "customers" request then receive response and deserialize it
Membership provider(user credentials' storage) is ASP .NET Identity