Using Windows Identity Foundation (WIF) in tandem using the Security Token Service (STS), you can create complex applications that could satisfy a question such as:
For a user applying for the Support role, this user:
- You can only view and use the resource1
- CANNOT update, create or delete resource2
- CANNOT create or delete resource3
- You can use and update resources using the resource tag.
This is certainly a contrived example, but is it possible? I think I want to allow an authenticated user with basic claims, and then add the corresponding complex claims to the application (where these claims will be stored in the database and under the control of application users).
Thanks Richard
source share