Questions tagged [security-roles]
127 questions
0
votes
2 answers
Maximum string length for Java EE security roles names
There is a limit in the maximum length of Java EE security roles names ( for example one of the names used in the @DeclareRoles and @RolesAllowed annotations) ?
I would like to have some references to standards or RFC that possibly puts a limit (or…

Franco Rondini
- 10,841
- 8
- 51
- 77
0
votes
1 answer
How to get the CRM 2011 form based security role report?
I am looking for a way to get CRM 2011 form based security role report instead of manually going to each form of an entity and find the security roles. There must have been some way to get it either using some 3rd party tool or SQL Server?
EntityId…

Furqan Safdar
- 16,260
- 13
- 59
- 93
0
votes
1 answer
ASP.NET MVC 2 - Trying to configure role/user management via ASP.NET Configuration Tool
First, my development environment: Win7 laptop with Visual Studio Professional 2010. IIS is NOT installed.
I'm trying to turn on and set up some roles for user management via the ASP.NET Configuration Tool, as demonstrated in the MVCMusicStore…

Major Productions
- 5,914
- 13
- 70
- 149
0
votes
1 answer
Custom fine-grained claims based authorization system in ASP.NET MVC - wheres and hows
So, I'd like to implement my own custom authorization system in MVC2.
If I'd have to create a global class, where do I instantiate it?
Can HttpContext be extended with my own additions and where do I do that?
Should I use Authorization filters for…

BuzzBubba
- 723
- 1
- 8
- 20
0
votes
1 answer
sitecore roles and workflow
I have a requirement where the roles are content authors, content reviewers, and publishers.
Content authors should be able to submit content, content reviewers can create, edit, and approve content, and publishers can do all of these things…

Newbie
- 361
- 2
- 15
- 33
0
votes
1 answer
Show/Hide custom menu items as based on Roles/Web.sitemap file
I have a custom menu, which leverages the standard asp.net sitemap. It works well but some of my pages are dynamically generated by URL rewriter, so they don't sit in the sitemap XML file. At the moment I rolled a custom solution which shows/hides…

Dkong
- 2,748
- 10
- 54
- 73
0
votes
0 answers
Microsoft CRM 2013- Bulk editing team security roles across business units
My client has a three tier organizational model, with 184 total business units. I imported the business units from file, which created a default team for each business unit. Unfortunately these teams by default have no user roles and cannot be…

Zach Mast
- 1,698
- 1
- 10
- 17
0
votes
0 answers
Role/Previlige on a particular record in dynamics crm 2011
I've three reports like
Report for Customer A
Report for customer B
Report for Customer C
Now I want to assign the role so that each customer will be able to see its own report. for example if customer A is logged in then only first report that…

user2951753
- 103
- 1
- 3
- 13
0
votes
2 answers
ACL - restrict specific features?
I have been reading about ACL and it is quite interesting but I am not sure if ACL is a right tool for my new backend system.
I want to restrict certain features from User Groups and Roles, for example:
"Processing" group can see a category…

user1246800
- 287
- 1
- 3
- 14
0
votes
3 answers
Security weak link
I've read a ton of information about hashing and salting passwords, do's, don't etc. The problem I see is this: If a hacker is going to go through the efforts of stealing the list of hashed passwords, doesn't he then have access to all the data…

the Hampster
- 876
- 1
- 14
- 21
0
votes
1 answer
Inherited .NET 4.0 Web Project -- Attributes to Controls and Role handling
I have recently inherited a large .NET project, which needs role implementation to be patched in it. Different roles have different access to the site, and some elements need to be hidden accordingly in relation to the role of the current…

Jonathan Maxwell
- 3
- 2
0
votes
1 answer
How to single sign on for Linux RedHat server from windows desktop
We are hosting our portal pages on a linux box. I am supposed to implement a single sign on where the user logs into his/her windows xp desktop and that login is consumed by the portal and used to set the user role appropriately. I really would…

spartikus
- 2,852
- 4
- 33
- 38
0
votes
1 answer
ASP.NET security permission message
I implemented the ASP.NET security model and I am allowing/denying access to users in the web.config based on what roles they are in e.g.
When I try…

Rogan
- 225
- 1
- 12
0
votes
1 answer
SQL Error: foreign key value cannot be inserted because a corresponding primary key value does not exist
I am creating a Manage Roles - Admin page using standard WebSecurity functionality.
I'm getting the this error
Foreign key value cannot be inserted because a corresponding primary key value does not exist. [Foreign key constraint name =…

QEx
- 81
- 1
- 10
0
votes
1 answer
Creating role which denied the access of all the empty elements
I just wanted to have a role which denied the access of all the empty elements of a dimension.
I have the right MDX query which I've tested in SQL Server:
SELECT NON EMPTY [People].[Category].[Category].allmembers ON COLUMNS FROM [MyCube]
I just…

JackylRadis
- 35
- 5