Questions tagged [security-roles]
127 questions
0
votes
1 answer
WCF service: restrictions for WebGet and WebInvoke with AD - security roles for a website with anonymous access
I wrote a WCF service with WebGet and WebInvoke methods. It works so far (after a lots of trial and error :-)
But now I have troubles getting restrictions using AD security roles to work.
I need to restrict the access to the WebInvoke method…

SEn sen
- 5
- 6
0
votes
0 answers
DBA help - Is it possible to create this custom server role?
I would like your help designing a custom server role (Or understanding if what I'm after is possible).
I'm sure this isn't a unique problem out there - I head up a data and analytics team, but our DBA sits in IT and is not a dedicated (or trained)…

Sanchez333
- 318
- 3
- 11
0
votes
1 answer
Sitecore Habitat User Roles Disable Rich Text and Image Fields
I am having issues with setting up Content Editor Access Roles using the Sitecore Habitat solution as a base.
I have created a security role which provides access to a single site within the content tree, the access works correctly. However some of…

Matthew Pigram
- 1,400
- 3
- 25
- 65
0
votes
1 answer
Sitecore Custom role permissions for experience editor
We need to add a custom role which should have edit permissions on the page but should be able to add components\create new content. The user shouldn't be able to publish content or add new pages. He can edit page and add\create relevant…

Vijaya Akkenapally
- 163
- 5
0
votes
1 answer
Change security roles of cloudkit records while updating application
I am new to ios development. I am planning to use public database of cloudkit to store user's data.
I want to set security roles such that only creator of the record can access it. No other user (even authenticated) can access (not read/write) the…

Krishna
- 71
- 3
0
votes
1 answer
Launching a C++ executable from a C# app and keeping role based security context
First off I know this is probably a tall order but... :)
We have some software that interacts with the hardware our company produces. This software loads a .NET assembly and this acts as our interface to the hardware.
Currently we have a 'Launcher'…

Adam
- 2,123
- 4
- 17
- 25
0
votes
1 answer
how to show hide&hide buttons for specific user in asp.net mvc2
how can I show button for specific user and hide it for another one based on security role in ASP.NET MVC 2.
For example if I have Create button in my view how to show it only for admin and hide it for any other user.
Thanks.

Mazen
- 1,487
- 2
- 13
- 14
0
votes
4 answers
best language / framework for a web CRUD app with roles on Linux
I have a Linux web server and I'd like to make some database tables (currently in Access) available on the web for CRUD. There needs to role-based security. What's the quickest path to develop this?
Also, which database would be best? I already…

JoelFan
- 37,465
- 35
- 132
- 205
0
votes
1 answer
Handling Nested Group Permisions (ASP.NET Role Provider)
We have a security module which, based on group/role membership, controls permissions to resources in ASP.Net. I've built a custom ASP.Net Role Provider that queries Active Directory for group membership and which is used by this module.
Security…

Peter
- 9,643
- 6
- 61
- 108
0
votes
1 answer
Filtering Repeater items based on user status/role
I have a tricky requirement where I need to categorise documents attached to a product, available for download, based on the status of the user viewing the product. I.e. my site displays a list of products, clicking on one displays a product…

ProfK
- 49,207
- 121
- 399
- 775
0
votes
1 answer
using roles in asp.net with windows authentication
I need to use the Roles.GetUsersInRole(role) method to get usernames that should receive an email when an event happens.
I am using Windows authentication.
In my web Config:
…

user3839756
- 793
- 1
- 9
- 22
0
votes
1 answer
Instance and roles of ASP.net MVC 2 + SS 2008 Developer
Gonna need some advice for my work.
In my computer I have installed VS2010 and SQL Server 2008 Developer with a customized instance name named MYCOMPUTER. If I need to transfer the project work, that is created with ASP.NET MVC 2 and of course I…

HelloWorld1
- 13,688
- 28
- 82
- 145
0
votes
1 answer
Dynamics CRM restrict access by Owner Team
I inherited a CRM implementation where about 90% of the CRM work has already been completed before the original developer left the project. I am trying to fix access issues in regards to related entities. The CRM Organization has a single Business…

Paul Haan
- 101
- 10
0
votes
0 answers
Logging restricted EJB method calls via Interceptor
I'm trying to log some security information about an EJB based JEE application. Therefore I specifically want to log which method is called at what time and which user is trying to call it.
Currently I have simply written an Interceptor, injected…

Akustiker
- 35
- 7
0
votes
1 answer
Prevent download of files from Notes in CRM 2016
Is it possible to prevent the download of a file in the Notes section of some forms, depending on the user's role?

Sean
- 923
- 3
- 14
- 36