Задайте вопросЗадайте вопрос
 

ВопросService Bus: Operation-level Authorization

  • 11 марта 2009 г. 21:53tprudente Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    How would one go about authorizing access to service operations on an operation-by operation level?  For example, in role-based security you could demand a user is in a certain role at the method level.  Obviously, the service bus and ACS use claims-based security.  But the client application's claims are only visible to the service bus - it strips them before relaying the message to the service (as per the "Developer's Guide to the .NET Service Bus".

    How then, might I learn anything about my client caller in the service code that would let me decide to let him invoke individual methods or not?

    Any help would be greatly appreciated.  Maybe I'm missing something obvious.

Все ответы