I\'m currently developing a WFC RIA based Silverlight Business Application (intranet use only) for my company. I ran into a couple of problems when trying to authorize users. Here is the situation:
In my asp.net web application is it possible set 开发者_运维问答up windows authentication on a folder and allow to rest of my site to be access without authentication? Can this be set up via the web.c
I am trying to come up with the best practice on how to set up roles for my controllers and actions. We have a debate in our office. Should we give one role to the user and decorate our controllers a
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing a rails application that has a need for very fine-grained authorization at the object level. Other systems use p开发者_运维知识库lugins such as acl9 or declarative_authorization however I
I\'m so new to Spring and Spring security , we have an extended java application (not web application) and trying touse spring as a framework.
I\'m planning to use custom permission-based declarative authorization mechanism based on CodeAccessSecurity. In order to implement it I\'ve created following subclass derived from CodeAccessSecurityA
Egads...programming for Facebook these days is like going on a scavenger hunt. The info on FB is incomplete, their own code examples often don\'t work and you just w开发者_如何学Goant to go home and h
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m using SignalR to process clicks from the client on my MVC3 application. Every time a user clicks something, I need to verify the logged in user.