Adward Nguyen
Results
2
comments of
Adward Nguyen
Thank you, I found a solution by ClientCredentials for MVC client app I'll check the authorization in this project and custom redirect login It's working fine! Thanks for your comment!
**Identity Server: API Project** ``` namespace ADS.API.Authentication.Configurations.IdentityServer { public class Config { // scopes define the resources in your system public static IEnumerable GetIdentityResources() { return new List { new...