xpages - Access Control with a multi database application -
i have maindb.nsf contains of xpages design, agents, script libraries etc. database user selects application. there may 1 or more application databases. each of applications databases contain actual data application, plus views of data accessed in custom controls in maindb. when person authenticates against maindb security rights , assume there role in maindb called [finance]. there no real data documents in maindb in purchasereq.nsf there , [finance] role gets editor rights documents in purchasereq.nsf. have defined role in both maindb.nsf , purchasereq.nsf. however, not want person role [finance] have editor rights in maindb.nsf in purchasereq.nsf. if assign role person in maindb.nsf reader rights , duplicate acl entry in purchasereq.nsf editor rights user opens document in purchasereq.nsf have reader or editor rights. seccondly, have have role [finance] in maindb.nsf.
i read somewhere sort of setup design database , multiple data repositories can't find reference.
access determined on per database level - , not across databases.
so if assign role person in maindb.nsf reader rights , assign role same name editor rights in database, person have reader rights maindb.nsf , editor rights other database.
the role not necessary in maindb unless used access control documents/design elements in database.
Comments
Post a Comment