Skip to main content

Questions tagged [roles]

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

0 votes
0 answers
13 views

Manage role's resources in Entra ID - Azure Portal

I'm building a React web app, and I'd like to manage the role access with Entra ID. In Entra ID you can add a new App Registration and into it, create App Roles to later assign to users (in App ...
Andrés Bello's user avatar
0 votes
0 answers
20 views

How to make the home page visible only to logged in users? and how to make reader.php page visible only to user with vip role? Laravel

How to make the home page visible only to logged in people? example: If the user is not logged in, a page with 2 options will be displayed with login and register options. picture: https://i.sstatic....
Eren's user avatar
  • 1
0 votes
0 answers
30 views

Introducing custom-role in my Django based E-commerce application

I completed finish my Django E-commerce web-application. And now I want to add the facility of customer roles(admin,staff,merchant,customer). I'm having problems configuring this with my project. I'd ...
Navin-AmriSystems's user avatar
1 vote
0 answers
16 views

Assign different permissions to multiple users having same role in C#, Asp.net boiler plate

I am using ABP framework (Asp.net boiler plate), I have defined a role named "Customer" and I have assigned to the "Customer" role many permissions, such as "Create company&...
user26326597's user avatar
0 votes
0 answers
18 views

Limit a user/role to not see the list of other users through snow sight - Users and Role section

Is there a way we can limit a user or a role to not see the list of other users through snow sight - Users and Role section. Also, is there a way we can limit user to not have Public Role and only ...
Gaurab Pathak's user avatar
0 votes
1 answer
48 views

How to pass context from a command to the callback in discord.py

Partially Finished Product So, essentially, I am trying to create a discord bot that will allow a staff member to request a role. That request will then be sent to an admin-only text channel with a ...
John T's user avatar
  • 13
0 votes
1 answer
40 views

Two PUBLIC Views in Stored Procedure - One Succeeds, One Errors?

If user A creates a view and grants READ on it to PUBLIC. SQL>create view A.a_public as select 3 id from dual; View created. SQL>select * from A.a_public; ID ---------- 3 SQL&...
Alex Bartsmon's user avatar
0 votes
1 answer
43 views

Problems with urls at Laravel 11

I have been having problems for a few days regarding access to routes defined for my middlewares. The specific problem with all this is that when, for example, I want to enter a URL of my entity other ...
Carlos Gutiérrez's user avatar
0 votes
1 answer
78 views

Initializing roles in .NET 8 Blazor web app

I am trying to initialize roles for my Blazor app. This is my service that should create roles if they don't exist: using Microsoft.AspNetCore.Identity; namespace FoodApp.Services { public class ...
Tomm's user avatar
  • 1
-2 votes
0 answers
32 views

Bot to give roles upon a user sending a certain message

self explanatory really, i want a bot that gives roles upon a user typing using the role ID or name either work, and preferably python. If you can help me out I would be so so appreciative, thankyou! ...
dwlta ontop's user avatar
0 votes
0 answers
11 views

Django + VueJS multiple user type

I'm having a problem in Vue.js with handling multiple users. Before transitioning to this integration, my previous authentication used mixins to handle privileges for each user. Now, I want to use Vue ...
VILLAREAL GRANT GIL A.'s user avatar
0 votes
2 answers
61 views

roleDefinitions for Bing resource

I want to grant AppService access to a Bing resource (Microsoft.Bing/accounts@2020-06-10). Which role (Microsoft.Authorization/roleDefinitions) should I set in Bing's IAM (Microsoft.Authorization/...
Kuniyoshi KAMIMURA's user avatar
0 votes
0 answers
13 views

Assigning roles with additional attributes Keycloak

Imagine I have a role “Mayor”. Now I want to assign this role to my users mentioning which city this user is its mayor. For example: user A is the mayor of city C1 user B is the mayor of city C2. I ...
Toami's user avatar
  • 3
0 votes
0 answers
57 views

How to create a custom role with specific permissions in Airflow using AirflowSecurityManager or other?

I'm currently working on a project where I need to create custom roles with specific permissions in Apache Airflow. I have a dictionary that contains the role names and their corresponding permissions....
Náthali's user avatar
  • 937
0 votes
0 answers
42 views

Datasource access Superset

I have Superset version 2.1.0 I need to give access to group of people on particular dashboard I have an issue while giving access to gamma role on particular dataset (because there is no opportunity ...
user25307568's user avatar

15 30 50 per page
1
2 3 4 5
205