Re: Application Security
From: Nathan Bullock (nathan_kent_bullock_at_yahoo.ca)
Date: 08/28/03
- Next message: Alek Davis: "Re: Application Security"
- Previous message: John Bowman: "Re: Securing Dll Assmebly For Specified EXE Client"
- In reply to: Alek Davis: "Re: Application Security"
- Next in thread: Alek Davis: "Re: Application Security"
- Reply: Alek Davis: "Re: Application Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Aug 2003 13:07:16 -0700
Thank You to everyone who has replied so far.
As I have continued to look into this issue of application security I
am wondering, is there anything wrong with having SQL server
completely handle the security of the application?
What I mean is that every user of the application (a windows form) has
their own account on SQL Server, these users only have access to
specific views and stored procedures (we let these things limit a
users access to data). To log into the application the user enters
their SQL server username and password (this means we don't have to
concern ourselves with keeping these items secure, SQL server does it
for us), and we don't care if they have access to the SQL Server
connection string (since even if they use something like enterprise
manager they still only have access to, and can only modify, the data
they are supposed to have access to).
Any security set up in the application can just modify permissions in
SQL server. The views can be dynamic to show different data to
different users. The stored procedures can check if they are allowed
to change, update, or delete specific items. etc.
Any way is this a legitimate way to do things? Or is it just plain
dangerous?
Nathan Bullock
- Next message: Alek Davis: "Re: Application Security"
- Previous message: John Bowman: "Re: Securing Dll Assmebly For Specified EXE Client"
- In reply to: Alek Davis: "Re: Application Security"
- Next in thread: Alek Davis: "Re: Application Security"
- Reply: Alek Davis: "Re: Application Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|