Questions tagged [role-based-access-control]

155 questions
-1
votes
3 answers

Role based access control for auth microservice

If I have multiple applications and want to use a single auth microservice how should I handle the role based access control? Let's assume I send a credential object back to the user that carries the different tokens, userid and the…
user18134097
-1
votes
1 answer

how to secure web api developed with ado.net?

I have implemented web APIs using ado.net and uploaded in hosting, but those web APIs are not secured, anyone can access without login, and now I want to secure them with the role-based authentication how can I secure? I want to do that only a login…
-1
votes
1 answer

Role based authorisation in Angular Js

I am working on a project that requires multiple roles for which I'm using https://github.com/Narzerus/angular-permission. I need to work with different set of permissions on each of these roles. For example, role admin can have permissions…
-2
votes
1 answer

Role-based chat system in Nodejs

I've implemented a chat feature using socket.io and nodejs. But now I want to implement a role based chat application. For example, if someone wants to communicate with someone who is in a higher position, first needs to send a request. I've…
G.Al
  • 85
  • 7
-2
votes
1 answer

HZ_CUST_SITE_USES no rows returned

When query the following table it returns zero records. SQL> select count(*) from HZ_CUST_SITE_USES; COUNT(*) ---------- 0 SQL> can you please help me some one
1 2 3
10
11