Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Authentication over different databases

Authentication over different databases

From: Nikolai Onken <nikolai.onken_at_gmail.com>
Date: Sun, 09 Sep 2007 17:14:47 -0700
Message-ID: <1189383287.867155.96180@r29g2000hsg.googlegroups.com>


Hey,

I have to design following system and am quite stuck on what the best way would be to solve the problem:

There are several of the same databases for different clients (they have to be different because they are hosted on different machines). Currently authentication is done with every client database.

Some clients (they decide) will have access to a centralized library and can generate and/or read content.

I now wonder how I can make sure that only person A from company ABC can edit/delete content in the Library while person B from company DEE can only read the content. Since person A and B are from different companies/databases they might have the same user IDs and their login information (email, password) might change over time (so some sort of hash for identification would not work).

So how can I make sure that the centralized database will know that it deals always with the same user?
One way would be to store a unique has in the library and update the hash once the user changes his/her information but is this the best approach?

I hope my problem is clear.
I'd be really happy if anyone has some ideas on how I can approach this design question.
Regards,

Nikolai Received on Sun Sep 09 2007 - 19:14:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US