Top "Roles" questions

In various access control systems, roles define a group of users and organize permissions into a more manageable structure.

Multiple roles in 'User.IsInRole'

I have 3 roles on my page, so I want to get access to link with two roles. I try something …

c# asp.net razor roles
Ansible - with_dict: dictionary - How to use variables defined in each dictionary which depends upon others

Environment is: Ansible 1.9.2, CentOS 6.5 I have created a role to download JAVA (.tar.gz) artifact files for 3 different JAVA versions …

ansible roles ansible-playbook ordereddictionary
Check if role exists in DB?

I want to add users to the same role in more than one database. However the role may or may …

sql sql-server database permissions roles
How to create role with MySQL database

Is there a way to use CREATE ROLE with MySQL? It's possible to create roles with PostgreSQL but when I …

mysql roles grant
asp.net membership - how to determine programmatically is user is in role

What is the code for determining if a user is in a role? I have set up all the users …

asp.net membership roles
How to create roles and add users to roles in ASP.NET MVC Web API

I have a .NET Web API project that users the individual accounts. I can register users fine using the standard …

asp.net-web-api roles asp.net-identity
How to assign IAM role to users or groups

I know how to create user, group and role in AWS IAM. I can also attach policies to each of …

amazon-web-services amazon-ec2 permissions amazon-iam roles
How to use roles in SonataAdminBundle

I started to use SonataAdminBundle in a Symfony2.1 application. I developed all the Admin classes and now I wish to …

symfony roles symfony-2.1 sonata-admin
How to add Roles to Windows Authentication in ASP.NET Core

I created an asp.net core project in visual studio 2015 with windows authentication. I can't figure out how to add …

c# asp.net-core asp.net-core-mvc windows-authentication roles
How can I create a view that has different displays according to the role the user is in?

I want to create a view that has different displays according to the role the user is in. Should I …

asp.net asp.net-mvc roles