We have a database that has several applications accessing data from it. We want to clean up the privileges that had been assigned to the public role when the developers created those apps by reassigning them to application roles all users of the apps will belong to.
we aren't taking any privileges away from the users of the application. but as a security measure, want to limit the public role.
typically speaking, would moving privileges around to different roles have any effect on the application itself?
If we carry through with this we will obviously conduct thorough testing... just looking for some insight.
thanks a bunch!
we aren't taking any privileges away from the users of the application. but as a security measure, want to limit the public role.
typically speaking, would moving privileges around to different roles have any effect on the application itself?
If we carry through with this we will obviously conduct thorough testing... just looking for some insight.
thanks a bunch!