IdentityServer4 and ServiceStack Together - Use IdentityServer with ServiceStack to protect Api's.
Requires ServiceStack 5.4.1+
MbIdSvrHost - Identity Server Host, our Authority Service
MbApi - ServiceStack Api, our sample Api
MbApi.ServiceInterface - ServiceStack Api Services (Secure VehicleServices method is the one we are attempting to access)
DemoIdSvrClient - Sample Client console app authenticating two different ways.