I decided to start a new question since the relevant threads are marked as answered.
My requirements are simple:
Create an new MVC5 application with Individual User Account authentication so we can leverage the ASP.NET Identity Framework scaffolding and features and simply replace the SQL Server storage with Oracle (database first).
I've seen a few threads where the ODP project team mention that ODP.NET 12c R2 is EF6 compatible, but I can't find any definitive reference material. I have already spent more time than I can afford researching this. At this point, I think I need a definitive yes or no answer. Is there some documentation or a tutorial available that explains how to get this working or is this not even possible?
Thanks.
Updated authentication type