Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 441 Bytes

SSApi

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.