I have some problems with authorization. I don\'t want to use Spring Security, just simple authorization form (with two fields: UserName, Password and submit button). Then user can work with applicati
Is it OK to give full authorization to any request coming from the command line?开发者_运维知识库
I am facing a strange issue while authorizing myself via HttpContext.Current.User.IsI开发者_运维技巧nRole(\"DOMAIN\\\\RoleName\").
I want to generate menu automatically, How can I know an action is authorized to curr开发者_StackOverflowent user(in view)?You should look at using roles if you only need basic functionality.
I\'m using Authologic and some written methods for managing users and what they can do in my app. I don\'t really need the ability to have multiple roles, I just need the ability for me to destroy thi
I\'m facing a case for which I\'ve researched a lot and I still couldn\'t find a solution for. I\'ve been given the task of finishing the implementation of roles in an ASP.NET MVC 1 application.
I have problems with redirecting user开发者_JS百科 after authorization back to the app tab in facebook page. I always end up in standalone application canvas page.
I know this question has been asked several times on SO, but none of those answers have worked in my situation. I have an ASP.NET MVC2 app that uses Forms authentication on my local IIS 7.5(7600.16385
We need to build a number of web servics with axis2. And for each of them we need an authorization and authentication mechanism开发者_JAVA技巧s.
I\'m trying to use my own authorization by creating a base controller and override the OnAuthorization method.