Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. giving multiple groups different access in a silverlight application

giving multiple groups different access in a silverlight application

Scheduled Pinned Locked Moved WPF
securitybusinessquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Michael J Eber
    wrote on last edited by
    #1

    I have a silverlight 3.0 application which is a business data editor. Up until now I've had only a single group accessing the application and that works just fine. I applied group policies to the folder the application lives in. Now I am about to publish two editors that open the application up to two other groups. Our company is an ISO company and I have to implement security as follows:

               MainProgram -- all groups have access
    

    EditorA EditorB EditorC EditorD EditorE EditorF
    RW GrpA RW GrpA RW GrpA RW GrpA RW GrpA RW GrpA
    R GrpB R GrpB -- GrpB -- GrpB RW GrpB -- GrpB
    R GrpC R GrpC -- GrpC -- GrpC -- GrpC RW GrpC

    For the editors that group b and c do not have access to, I should be able to limit access within the menu. But does anyone have suggestions as to how I manage the readonly right for the groups in the other editors? Thanks, Michael

    A 1 Reply Last reply
    0
    • M Michael J Eber

      I have a silverlight 3.0 application which is a business data editor. Up until now I've had only a single group accessing the application and that works just fine. I applied group policies to the folder the application lives in. Now I am about to publish two editors that open the application up to two other groups. Our company is an ISO company and I have to implement security as follows:

                 MainProgram -- all groups have access
      

      EditorA EditorB EditorC EditorD EditorE EditorF
      RW GrpA RW GrpA RW GrpA RW GrpA RW GrpA RW GrpA
      R GrpB R GrpB -- GrpB -- GrpB RW GrpB -- GrpB
      R GrpC R GrpC -- GrpC -- GrpC -- GrpC RW GrpC

      For the editors that group b and c do not have access to, I should be able to limit access within the menu. But does anyone have suggestions as to how I manage the readonly right for the groups in the other editors? Thanks, Michael

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      You will need to implement your own logic for this - AFAIK, there is no extra support in Silverlight to implement such permissions.

      M 1 Reply Last reply
      0
      • A Abhinav S

        You will need to implement your own logic for this - AFAIK, there is no extra support in Silverlight to implement such permissions.

        M Offline
        M Offline
        Michael J Eber
        wrote on last edited by
        #3

        I intended to implement my own logic. I guess I was looking for more guidance on that. For example, how does the menu get the group the user is in?

        A 1 Reply Last reply
        0
        • M Michael J Eber

          I intended to implement my own logic. I guess I was looking for more guidance on that. For example, how does the menu get the group the user is in?

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          LongRangeShooter wrote:

          I intended to implement my own logic.

          One way could be to load all your permissions (to groups etc - via a web service) during logon and then display only those groups that you have access to in your menu.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups