access-control
CakePHP - Only display a link if user (ARO) has permission for page?
I\'m using CakePHP\'s ACL component to manage permissions for my app.I have about three different \"Roles\", with different access levels.I am using the HTML helper throughout, to create links to diff[详细]
2023-03-11 04:10 分类:问答Restrict access to views to debug only
I have a webpage I am working on using asp.net mvc3. I am deploying it via appharbor which is amazing. The entire page is public, so I don\'t need user authentication or anything like that, but there[详细]
2023-03-10 17:32 分类:问答Providing Access-Control-Allow-Origin with a Wildcard
I am making a page that responds to an AJAX request with a certain string when another certain string is provided as a GET variable. In order to avoid problems with the \"same origin\" policy, I have[详细]
2023-03-08 11:04 分类:问答Where should I put code for access permisions in my ASP.NET MVC Site?
I have an ASP.NET MVC site which makes use of the repository pattern for accessing and modifying data. My repository interface is passed to each controller through their constructors. I\'m also using[详细]
2023-03-07 02:11 分类:问答Access-Control-Allow-Origin not working correctly
I\'m making a cross domain POST request. I added Access-Control-* headers to the web server, but Google Chrome javascript console raises:[详细]
2023-03-03 20:18 分类:问答How do I build internal Access Control for site features in CakePHP
I went through the tutorials and examples on the CakePHP Acl and Auth components today in detail. I configured my Auth component to use $this->Auth->aut开发者_开发问答horize = \'actions\'.With t[详细]
2023-03-02 15:05 分类:问答Is Azure Access Control and WIF suitable when some of the relying parties might not be .Net based
We currently have a few .Net applications on different domains with separate membership on each. We are moving to a federated login with single sign-on (and hopefully single sign-off) and a centralise[详细]
2023-02-25 02:24 分类:问答How to use RBAC (or access control) on Google App Engine?
Has anyone used some RBAC (or other access control) in a GWT based project deployed in App Engine? Or actually how to manage GWT-RPC calls to by role base开发者_JS百科d?[详细]
2023-02-24 09:12 分类:问答Open source ORM with access control for PHP
I have a number of projects (some commercial, some not) in which both field- and resource-level access are needed. Naturally, it would be nice to use and contribute to an ORM project rather that re-in[详细]
2023-02-22 18:03 分类:问答Access-Control-Allow-Origin and www subdomain
I am having troubles with Access-Control-Allow-Origin. I am using CodeIgni开发者_开发问答ter (CI) & jQuery to make a jQuery.getJSON() call. I call jQuery.getJSON() using a CI URL. My base URL in t[详细]
2023-02-21 23:16 分类:问答