With ASP.NET Core 5, Angular 10 and Identity Server 4 I created 4 applications:
- Auth using Identity Server 4;
- Asp.Net Core 5 API
- Asp.Net Core 5 MVC
- Angular 10 SPA
On the Angular application (4) I am using OIDC Client JS and Code Grant Type.
The Asp.Net Core 5 MVC application (3) also needs to access the API ...
I am using Identity Model but what Grant Type should I use in MVC application?
Code as in the Angular application (Is this possible?)? Client Credentials?