H
herbert
In work on a large Intranet application using WCF. Clients can impersonate
via a login form and should get access to objects on the WCF host via roles
checked programmatically on the host.
The WCF host is a Windows Service.
The assignment user - role, as well as creating/deleting users and
creating/deleting roles must be fully dynamic and changes on an hourly basis.
Think of it like a game:
- The admin defines, which boxes are on the table: red, blue, .... in the
current run
- the admin defines, who is allowed to run which box
- each player chooses one or more boxes, obtaining the list of boxes set up
for him by the admin
- several players can choose the same box.
Is there a managed .NET class to create/delete/... Windows roles, users and
their membership?
Or is it better to create my own security framework?
Or can the ASP.NET role provider be tweaked to work in this case?
Thank you very much. Herbert
via a login form and should get access to objects on the WCF host via roles
checked programmatically on the host.
The WCF host is a Windows Service.
The assignment user - role, as well as creating/deleting users and
creating/deleting roles must be fully dynamic and changes on an hourly basis.
Think of it like a game:
- The admin defines, which boxes are on the table: red, blue, .... in the
current run
- the admin defines, who is allowed to run which box
- each player chooses one or more boxes, obtaining the list of boxes set up
for him by the admin
- several players can choose the same box.
Is there a managed .NET class to create/delete/... Windows roles, users and
their membership?
Or is it better to create my own security framework?
Or can the ASP.NET role provider be tweaked to work in this case?
Thank you very much. Herbert