Questions tagged [security-roles]

127 questions
2
votes
1 answer

Change Security Role to Business Unit from only blank and Organisation CRM 2013

In CRM 2013 I would like Business Units to have distinct Products that aren't shared amongst them. However you can only set Products Security Role as "Organisation" or "None Selected" How would I be able to specify Business Unit Security…
2
votes
2 answers

forms login for guest and administrator problem

I have a web project GUI.. I was first working with administrator only. So when the administrator logs in with his username and password i use forms authentication to redirect him to the default page "Default.aspx". But now i have to work with…
user175084
  • 4,550
  • 28
  • 114
  • 169
2
votes
1 answer

how to get custom role provider with a custom user principal

long time lurker first time poster.. trying to implement a simple custom role and membership provider for MVC. Have implemented the role and membership provider classes and hooked them into my web.config. added code to validate my users against a…
thebogman
  • 59
  • 1
  • 4
2
votes
2 answers

How can I restrict what web parts show up in the Add Web Parts window?

I'd like to expose a web part to some users, but not all of them. How can I show or hide a web part in the Add Web Parts pop up window? I'd like to do this through code, and I'm hoping to use SharePoint Roles to make this happen.
coder1
  • 3,447
  • 5
  • 30
  • 46
2
votes
1 answer

Secure WCF Service hosted in IIS 7 using the windows authentication restricted by defined group or users

How to configure a wcf service hosted in IIS 7 to enable access for only defined users / groups to. Existing configuration:
1
vote
2 answers

asp.net MVC role based access to controller

A lot of articles online on role based access speak of applying something like this to ensure role based access to a controller or action [Authorize(Roles = "Admin, Manager")] public class SomeController : Controller { } All this is fine, but now…
user20358
  • 14,182
  • 36
  • 114
  • 186
1
vote
2 answers

Does the Roles Manager cache data for a custom roles provider, and can I clear this cache?

I'm using a custom role provider, which to over simplify gets a person object from the database using EF on .net 4 MVC project, and allocates user roles based on some rules around that (and other queries). The data changes regularly, though changes…
Adrian
  • 1,147
  • 1
  • 10
  • 13
1
vote
2 answers

ColdFusion: Application Options Based on Role?

I understand how to restrict entire pages, or even components by implementing and roles. For example: ...You can view this page... ...You can not view this page...…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
1
vote
1 answer

DNN 5 - Role expired, but user can still view pages

I'm testing periodic fee subscriptions in DNN 5. I've set the renewal period on my custom role to 1 day. After 1 day, the subscription shows as EXPIRED, but the user can still view all the pages accessible to that role. Am I missing something?
roman m
  • 26,012
  • 31
  • 101
  • 133
1
vote
1 answer

How to Solve This error (Server Is Busy The record was saved. However, the data could not be displayed because the server is busy)

How do I solve this error that occurs after assigning a record to another user Server Is Busy The record was saved. However, the data could not be displayed because the server is busy. Click Try Again to try to display the data now, or click…
1
vote
1 answer

Authorize users w.r.t assigned groups in ITIM

I am new to ITIM. I am working on an application in JAVA. I want to authorize users based on groups they are assigned to. How can I do that? Is there any api that can fetch user roles/groups by which I can authorize them?
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190
1
vote
0 answers

ELasticsearch Post bulk on elastic xpack role

I have an Elastic cluster with xpack enable. I'd like to make a backup of all xpack roles created : GET _xpack/security/role => I get a big JSON, ex : { "kibana_dashboard_only_user": { "cluster": [], "indices": [ { "names":…
Victor
  • 23
  • 1
  • 5
1
vote
1 answer

How to get roles assigned for an user in Office 365 environment from Powerapps

We are trying to change Button Visibility Based on User Role. Added Custom Security Role, Assigned roles to Users from Dynamics 365 environment . Custom Security roles Assigned These roles to Users via Manage Roles option. Manage User Roles How…
1
vote
1 answer

Permissions/Roles in GraphQL

Is it possible to show that some collections can be accessed only by user which has same permissions/roles? For example how it is in https://api.slack.com/methods/channels.create Expected scopes: channels:write read
Romper
  • 2,009
  • 3
  • 24
  • 43
1
vote
1 answer

How to assign prvReadActivity to a prinicipal team

We are trying to create a web application that can create Service Activity entities in CRM Online. The web application stalls out with the error "Principal team (Id=fee1cfb8-9e6e-e511-80e7-3863bb36ebd8, type=9) is missing prvReadActivity privilege…
Zac Finger
  • 11
  • 1
  • 4
1 2 3
8 9