Top "Roles" questions

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

Setting role when creating new user with ASP.net MVC

Setting role when creating new user with ASP.net MVC I am looking at the default ASP.net MVC 2 controller. …

asp.net roles
How To Get a User's Role with a DiscordSocketClient

I have been locking for a long time on how to get a user's role so I can set permissions …

c# .net roles discord discord.net
Ansible - Define Inventory at run time

I am liitle new to ansible so bear with me if my questions are a bit basic. Scenario: I have …

variables ansible roles ansible-playbook inventory
Hide some React component children depending on user role

I am writing a single page application in React and Redux (with a Node.js backend). I want to implement …

reactjs permissions redux roles
Two owners of the same PostgreSQL database

Is it possible with Postgresql to create a database which has 2 users which act like owners to the database? I …

postgresql roles usergroups
Group and acl on Spring Security

I want to use Spring Security to manage user, group and permissions. I want to use ACL to secure my …

spring spring-security acl roles
How do I allow multiple roles to see a page when using a custom RoleProvider in ASP.Net

I have created my own Role Provider because I found the one that ASP.Net provides to be way too …

asp.net roles
Spring Security Role Prefix and Custom User Details Service

How do I set the role prefix to "" with a custom user details service in Spring? <beans:bean id="…

spring-security roles security-roles
Acegi Security: How do i add another GrantedAuthority to Authentication to anonymous user

i give users special URL with access key in it. users accessing the public page via this special url should …

spring-security roles anonymous
Keycloak User Roles missing in REST API

I would like to ask, if somebody knows, why there are no roles within the user details in REST ADMIN …

rest roles keycloak user-roles