Posts by Anderson Nascimento • 59 points
4 posts
-
1
votes1
answer172
viewsQ: Consume the Security of an API for MVC Web Application
I have an API to log (Aspnet Identity) into the WEB MVC application. Access to WEB MVC application(Login Screen). I call the API by passing email and password, which was informed in the WEB MVC…
-
1
votes1
answer35
viewsA: Don’t call class Startup, Owin
I decided by adding the library below: Install-Package Microsoft.Owin.Host.Systemweb
-
2
votes1
answer35
viewsQ: Don’t call class Startup, Owin
My API is not calling my Startup class, therefore it does not call my controller via Postman. Startup [assembly: OwinStartup(typeof(GestaoFrotas.Security.API.Startup))] namespace…
-
1
votes0
answers61
viewsQ: API bearer client authentication
I have a API that return token bearer, normal, as per image The question is this, it has an application MVC that consumes this API, and I want to put [Authorize] in the classes of that MVC…