I am creating a asp.net web application. The access to the application will be based on username and password. Users are created in Oracle (not stored on my database).
Is it possible to use Oracle users to provide access to my web application?
I know how to connect to Oracle database using admin user in .NET. I want to use users, created in Oracle, to provide access to my web application.