I just created default WebApi project in Visual Studio which uses OWIN for authentication. What is its default user password as I need to get bearer token?
I also disabled OWIN from web.config by using following but now I am getting error:
<add key="owin:AutomaticAppStartup" value="false" />
Error
No OWIN authentication manager is associated with the request.
I just want to simply access API for learning and need user/password or at least a way to disable OWIN.