Not sure how to go about this. I have a little csp app running, basically copied the Xtreme sample. However, now we need to get a little fancier.
I'm going to integrate our CE10 with our WindowsNT security, so I assume I can get an account for each NT user. However, I need to create groups, so that each user is part of a group and then from there, be able to declare which reports are available to which groups. Basically, restricting lower level users from seeing the top management level reports.
This is what I'm not sure how to do. I need to create some kind of multi-layered menu for the right hand side of the web page, but how does the security integrate with this, so that each user only sees the reports they can view?
Does the user have to log on, or does it recognize who they are based on the NT authentication?
Any suggestions on how to go about setting this up are greatly appreciated! I don't know whether to try to integrate this with CE10, or just do it separately, like a menu based off an XML file or something, and then look up the users permissions in a different table.
Thanks for any help!!!
I'm going to integrate our CE10 with our WindowsNT security, so I assume I can get an account for each NT user. However, I need to create groups, so that each user is part of a group and then from there, be able to declare which reports are available to which groups. Basically, restricting lower level users from seeing the top management level reports.
This is what I'm not sure how to do. I need to create some kind of multi-layered menu for the right hand side of the web page, but how does the security integrate with this, so that each user only sees the reports they can view?
Does the user have to log on, or does it recognize who they are based on the NT authentication?
Any suggestions on how to go about setting this up are greatly appreciated! I don't know whether to try to integrate this with CE10, or just do it separately, like a menu based off an XML file or something, and then look up the users permissions in a different table.
Thanks for any help!!!