Questions tagged [access-rules]

Rules to control network access in both routed and transparent firewall modes.

36 questions
0
votes
0 answers

Problems after creating access rule in ASP.NET Configuration security

I get this message after creating an access rule in ASP.NET Configuration security tab: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that…
0
votes
1 answer

Yii - Access Rules Issue

I've been using Yii some months and it it awesome, however I am having trouble implementing Access Rules in my controllers but weirdly, only in Production. To begin with, inside Components i declared a class UserApplications, where im going to see…
Silver
  • 693
  • 1
  • 10
  • 27
0
votes
2 answers

Set A Role To User Programmatically without RBAC?

I don't use RBAC to validate users. I wouldn't mind using it if it's possible, but I don't think it is. Reason being, I use a REST API to validate users. I have this in my authenticate() function: $API = new API(); $user =…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
0
votes
1 answer

Asp Net MVC Membership - Retrieving access rules for Roles. Is there how?

Is there a way to retrieve all access rules from a specific Role? As roles are just flagged at the top of an action or on top of the whole class I can´t find a way to retrieve this information unless I read and parse the whole file and after that…
Guilherme Longo
  • 2,278
  • 7
  • 44
  • 64
0
votes
1 answer

Wheres exactly Asp .Net MVC access rule information is stored in a sql server DB?

Where does sql asp net mvc stores role access in a sql database if it actually does? I found information regarding user membership and roles but not about access rules.
Guilherme Longo
  • 2,278
  • 7
  • 44
  • 64
0
votes
1 answer

Java send POST data to PHP server blocked by accessRules method

I'm POST-ing some data to PHP server in Yii framework. Login works fine. which means my data is prperly sent to the server. but after login my subsequent requests are denied by the accessRules method on the server and im getting the login page…
Shashank Degloorkar
  • 3,151
  • 4
  • 32
  • 50
1 2
3