Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v3.2.1
 - UI type: Angular / MVC
 - Tiered (MVC) or Identity Server Seperated (Angular): no
 - Exception message and stack trace:
 - Steps to reproduce the issue:
 
Hi,
In MVC not tiered project, how to release the web api to third party to consume ?
Thank you.
5 Answer(s)
- 
    0
Hi
MVC project also be used as API. You can run the project and nav to
/swagger. - 
    0
Hi ,
Thanks for your guide.
I want to release some Web Api Services to others system to comsume, Is there any documentation or guide regarding Identity Server/Client setup ?
Thank you.
 - 
    0
Hi,
ABP uses standard IdentityServer, You just need to create a client then use the client to get access token.
There are have two ways to create a client.
1: You can create a client in the
IdentityServerDataSeedContributorclass- You can create a client in the Identity Server UI
 
 - 
    0
 - 
    0
 




