Imitating Exchange Server's "RBAC AuthZ" in my own application... (is there something similar?)
Posted
by
makerofthings7
on Programmers
See other posts from Programmers
or by makerofthings7
Published on 2012-02-14T05:02:01Z
Indexed on
2012/03/20
17:38 UTC
Read the original article
Hit count: 381
Exchange 2010 has a delegation model where groups of winrm cmdlets are essentally grouped into roles, and the roles assigned to a user.
This is a great & flexible model considering how I can leverage all the benefits of PowerShell, while using the right low level technologies (WCF, SOAP etc), and requiring no additional software on the client side.
Question(s)
Is there a way for me to leverage Exchange's delegation model in my .NET application?
Has anyone attempted to imitate this model?
If I must start from scratch, how would I go about imitating this approach?
© Programmers or respective owner