Identityserver4 and API in single project
问题 I have an IdentityServer4 asp.net-core host setup for Resource Owner Password Grant using JWT Bearer tokens and an API in a separate asp.net-core host which has my API and two Angular clients. The Authentication and Authorization is working from my two Angular clients to my API. Now I need to expose an API in the IdentityServer4 host so I can create users from one of the Angular clients. I have copied my Authentication and Authorization setup from my API over to my IdentityServer4 host,