I am prototyping a project from home, and I'd like to have my application authenticate credentials against some hard coded values in my code.
Can anyone give me a little direction on how I might do that? Will I need to implement some ASP Identity Core methods to do this?
My client is a simple angularjs app, the webapi2 is self hosted.
Most examples I see using owin tap into entity frame work, or windows azure active directory. Once my project is approved and gets moved into our dev environment, it will authenticate using organizational accounts via ADFS.. but at this point i'm still prototyping from home, offsite proof of concepting. I'd like to work out the login piece as much as possible. Thanks!