Issue while running application locally
The project/implementation looks great and would like to implement in my project too. However, I am not able to find the database that stores user/login information? i.e. Data Source=.\sqlexpress;Initial Catalog=TFAAuth
Also, when i run the application in local, I get following issue. Please help resolve this.
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
Can you provide some documentation so that its easy to implement for other users? I can help out if you want...
Any solution to this issue?I'm interested since I'm facing the same problem.
I am not sure if someone looking into this project. But, If you are looking for Login/Authentication/Authorization functionality with ASP.NET Identity database, please download CodeBhagat for .NET tool from here and generate Angular app which implements this.
i had it working on my project what i did is i changed the connection string to my live database <add name="AuthContext" connectionString="Data Source=server;Initial Catalog=TFAAuth;user id=tfa;password=password;" providerName="System.Data.SqlClient" /> then on the angular side try to register a user as far as my experience the identity provider will create the tables for you i hava attached an sql file from my database to create the tables cheers hoping this will help you
when running the application i guess you are using vs 2015 the webApi side is running on http://localhost:55435/ and the web/angular side is running on http://localhost:61117/ i guess the HTTP Error 403.14 - Forbidden that you are seeing is from the webApi.