Questions tagged [role-based-access-control]
155 questions
1
vote
0 answers
Fine grained access control for ASP.NET WebApi with Social component
I have a .NET WebApi app that uses a custom built OAuth2 server. My API needs to have a level of social integration where certain users can see certain other user's data which brings up the concept of fine grained authorization and access…

narciero
- 605
- 6
- 17
1
vote
1 answer
Jenkins: how to control projects based on name using regexp?
For each application, we create a AppName.Dev and AppName.Rel project in Jenkins to build the Development and Release branch. Now we want to allow only certain people to modify/run the Release builds.
Currently we are using this Role/Folder based…

Jirong Hu
- 2,315
- 8
- 40
- 63
1
vote
1 answer
Is it possible to restrict user/role access to TFS by file extension?
My searches are turning up many useless results, so I am hoping someone here might know off hand. I would like to configure Team Foundation Server so that some members of a team (front end people) can only have write access on .cshtml, .css, .js…

bubbleking
- 3,329
- 3
- 29
- 49
1
vote
1 answer
Yii Authorization Assignment - Where does Yii get the Id?
I'm trying to implement my first RBAC system:
I'm getting to this part:
In oficial documentation, they have an example with a username:
$auth->assign('adminRole', 'userA');
$auth->assign('adminRole', 'userB');
However, I did found that, on my…

MEM
- 30,529
- 42
- 121
- 191
0
votes
0 answers
Understanding Roles and Authorities in Spring Security
I am little bit confused about Roles and Authority in Spring Security.
As per my knowledge in Spring Security,
AUTHORITIES are operations like CREATE, READ, UPDATE, DELETE etc
ROLES are designations like MANAGER, TECH_LEAD, HR etc
So, to use the…

Rajeev
- 442
- 1
- 5
- 18
0
votes
0 answers
Implementing customized Access Control using Spring Security and ACL
I need to extend an application developed in Spring platform. I have a number of tasks in different categories and a number of users in different groups. Each task, depending on its category, must go through different stages from beginning to…

H.Morshedlou
- 23
- 4
0
votes
0 answers
How to implement Admin Login as a specific user in express js
I have created multiple auth systems where a user can sign in through multiple ways. In this one project, I created an admin dashboard,and wanted to add this feature where the admin can login as a user X, and see what the user sees, and make sure…

Aman Khubani
- 1
- 1
0
votes
1 answer
When was ADX permission created
I have added a role-based permission to my ADX database using Add-AzKustoDatabasePrincipal.
Add-AzKustoDatabasePrincipal `
-ClusterName MyCluster `
-DatabaseName MyDatabase `
-ResourceGroupName MyResourceGroup `
-Value (@{
…

Peter Vandivier
- 606
- 1
- 9
- 31
0
votes
0 answers
How to add Roles into Identity in Custom Authentication filter class without using owin OAuth
I have User and Employees Models. I am authenticating User using session variable. Means if user is not logged in I'm sending him on login form. Once he logs in he will be authenticated just as a logged in user.
public void…

Sam
- 471
- 2
- 5
- 9
0
votes
0 answers
Flutter Role-based Authentication
My Firbase
I'm developing an app with flutter. The app should use different pages for different kinds of users. There are 4 kinds of user: "Admin", "Staff", "Member", "Collector". The problem is, that I'm not able to get to the different pages and…

Ami Jasper A
- 1
- 3
0
votes
0 answers
user roles based access control and permissions in reactjs using aws serverless framework
I want to create a user management page using reactjs,mui and aws serverless framework. For that I want to include the User Role based Access control(Give the access to the admin to change the access control and permission for the users) ,…
0
votes
1 answer
MediWiki, Access Control , A member of one group must be able to edit only the pages created by members of that group
In MediaWiki looking for following solution.
A member of one group must be able to edit only the pages created by members of that group.
A member of one group must not be able to edit the pages created by members of another group which this person…

sube singh
- 125
- 1
- 7
0
votes
0 answers
Not showing prod pipeline to all developers except those who are in admin group
We have multiple pipelines and it goes as:
ABC-dev
ABC-qa
ABC-prod etc.
And we have multiple other pipelines and folders where developers can have access.
Recently, we had an incident where developer clicked accidentally on prod build button during…

Max
- 1
0
votes
0 answers
How to check the Domain Name Present in perticualar AD group and nested group within it in ASP.NET Web Application .NET4.8
I need to check Weather the accessing Domain User present in the Local User Group. In that Multiple group entries will be there. I need to check weather the domain user present in any group inside and including nested Group also. I have tried many…

Deva
- 1
- 1
0
votes
1 answer
Flutter web hosted in Firebase role based "admin page" and "user page"
My proposal is redirect if the user has an "admin role" or "user role".
Then the code of the login_page is
void _logIn() async {
try {
final newUser = await Auth().signInWithEmailAndPassword_xp(
email: _controllerEmail.text,
…

xpe
- 19
- 5