0
HenkP created
- ABP Framework version: v5.1.4
- DB provider: EF Core
- **Tiered (MVC)
I have a question how we can give an external company access to the api with tenant environment.
We have built a 2nd api specifically for external use. What is the best way to give the remote company access to the api. We have worked a lot with JWT authentication. Does anyone have an example of how that might work?
1 Answer(s)
-
0
hi
This seems to be the scenario of Oauth2. ABP has integrated Identity Server, you can check related articles and documents.