0 Replies Latest reply on Nov 3, 2018 9:08 AM by jfrank1485

    Login to web app using database credentials Wildfly 14

    jfrank1485

      Hello everyone,

       

      I'm not sure if this is the right question or not, but I'm developing a web app and deploying it in Wildfly 14, I configure my oracle DS in Wildfly without problems, also I configure my jdbc realm and I can log in to the web app through the username and password stores on a table, but the thing is that the client requires that the login it has to be done with Database users, because at DB Level they want to track any operation that the user does to the DB (INSERT, UPDATE, DELETE) so the question is, how can I configure my security domain and DS in wildfly to pasing the db user and password and connecting  the DS of the web app with this credentials?

       

      Thanks for the help.