0

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.

2
  • You are more likely to find the answer at The OWIN website. Commented Sep 5, 2024 at 8:37
  • 2
    There isn't any. OWIN is an abstraction/set of interfaces, not a system. Project templates don't create default passwords either. Why are you using an ASP.NET Web API at all though? This is an old .NET Framework technology superseded by ASP.NET Core. Commented Sep 5, 2024 at 8:37

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.