Questions tagged [role-based]

58 questions
0
votes
1 answer

Angular Role Based Protection from Client Side Question

I am new to angular and have been googling about this but haven't really found anything helpful (probably my google terms I'm using). In a traditional server side application, you can generate a page which has different controls/functions/layout/etc…
Vee
  • 73
  • 1
  • 9
0
votes
3 answers

Rails role based authentication

Does http://code.google.com/p/rolerequirement/ Role requirement works with Rails 3? If not, where can I find a role based management plugin like this for Rails? Thanks!
Mateus Pinheiro
  • 870
  • 2
  • 12
  • 20
0
votes
1 answer

Jenkins plugin 'Role-Based Strategy'

Using Jenkins plugin 'Role-Based Strategy', I need to have user having access ONLY to a project pipeline only. I added the user under 'Item roles', but user gets error: 'User id' is missing the Overall/Read permission I am also using ldap, and the…
Samir
  • 31
  • 2
0
votes
1 answer

Role based authentication feed back to user in ASP.NET MVC

I am using role based Authentication for some of the features in my ASP.NET MVC application by implementing _ Function AdminPage() As ActionResult Return View() End Function If the user is not logged in as…
fireBand
  • 947
  • 7
  • 23
  • 42
0
votes
1 answer

iphone app with role based login?

Can iPhone apps have role based login? In my application I have to display the content according to the role of the user (employee, visitor). Till now I havent seen any app with role based login for iphone. Can I develop role based login? is there…
CKT
  • 1,223
  • 4
  • 21
  • 39
0
votes
2 answers

SiteMap control based on user roles doesn't works

.... any user can see Adv page. That is a…
cnd
  • 32,616
  • 62
  • 183
  • 313
0
votes
2 answers

Role based user permission system for Admin Panel

Hello guys I've built an admin panel which now I have to protect based on which user try to access it. I need something in php and mySQL so that I can check in the middle of my code if the user (with $_SESSION['thisUser']) has permission to modify…
0
votes
3 answers

Not been able to give role based permission in drools guvnor using jboss AS 7

I am in a BRMS technology project in financial sector. Using Drools Guvnor 5.5.0.Final with jboss-as-7.2.0.Alpha1-SNAPSHOT server. I configured the login page in guvnor using jaas successfully. Now I need to have the role Based Permission. But not…
0
votes
3 answers

Length of the cookie text for caching RolePrincipal is always larger than 4096

I tried implementation ASP.NET role-based authorization for my project, but I never found cookie is saved in client browser. I tried some testing code like, RolePrincipal rolePrincipal = new RolePrincipal(new GenericIdentity("a")); string text1 =…
0
votes
0 answers

ios role-based access control at views and data-level

I want to implement role-based access control for an iOS application I am currently working on. Access needs to be controlled to both the views as well as the actual data. For instance, I will display the same view with different buttons based on…
0
votes
1 answer

SSRS report showing different record to different user. How can this be implemnetd?

I recently encountered a requirement which said "Manager should see all record but Associates only appropriate subset. I will explain my requirement with below example. I have a table. CREATE TABLE [dbo].[Empolyee]( [EmpID] [int] NOT NULL, …
Pritesh
  • 1,938
  • 7
  • 32
  • 46
-1
votes
1 answer

How is it possbible to program a role based authentication with firebase in Angular/Ionic, when the admin role should be able to create subaccounts?

So basically i have to program an app in Angular with ionic. There should be a admin account which should be able to create an account. This admin account should then be able to create subaccounts with the email and then there should be generated an…
-1
votes
2 answers

.NET C#: How to implement role based Login and implement in c# .net Entity Framework

I want to implement a role based login system for my application. I want to restrict the user to only authorized actions. I want to use [Authorize] tag for my controller actions and i want to create login table in my database using database first…
Muhammad Asad
  • 1,772
  • 16
  • 23
1 2 3
4