Questions tagged [user-access-manager]

9 questions
1
vote
2 answers

How do I make my end users (under wso2 identity server) subscribe to a api in wso2 api manager?

I am currently doing a PoC on WSO2 API manager (v2.6.0). I am already having a Web application (Ex: Pizza booking) and also registered customers (end users) who is using the application for pizza booking. Now I wanted to bring the backend services…
0
votes
0 answers

adding a user to a business or organisation in your app on login?

I am trying to figure out the best way to have a user be automatically added to a business entity in an app I'm building, if they have been invited by the admin of that business. I am using Auth0 for authentication, but don't see a way to customise…
0
votes
0 answers

fast access management for CDN

I am looking for a quick/cheap way to implement the access management of a CDN containing images. Please check the diagram context A user usually requests a high number of small images (latency should be below 200ms), and a user requests images one…
itbob
  • 7
  • 2
0
votes
0 answers

AzMan Audit Logs

Good afternoon! Is there a way to activate an audit trail in AzMan that allows the identification of the changes that were performed in the application (creation/deletion/changes in access rights)? I tryed to research audit logs for AzMan and notes…
0
votes
1 answer

How to manage access to folders within a GIT repo

We are working in a Team on a software using a GIT repo. lately we will add external developers with us, the problem is that we dont want to share some data folders with them since they are confidentiel to the company. Is there a way to manage…
0
votes
1 answer

Single command to remove user roles in PCF

I want to remove all the roles assigned to the user(Space auditor, space manager, org manager, ect.,) , without deleting his ID with "cf delete-user", I want their ID still to exist with the uaac but remove all cloudfoundry roles alone, is there a…
0
votes
2 answers

Routing on-premise BeyondTrust to Azure cloud

BeyondTrust is being used on-premise. How would I configure the network so that the cloud is also a target for BeyondTrust i.e. route traffic from beyondtrust onprem to targets in Azure cloud.
0
votes
0 answers

Error accessing files with capital letters in Wordpress site with UAM (User Access Manager) plugin

I'm using a plugin to control access of pages and files in a Wordpress website using the plugin UAM (https://br.wordpress.org/plugins/user-access-manager/) I have errors (404) accessing non locked files in my WordPress upload folder after activating…
Diego Gaona
  • 498
  • 6
  • 24
0
votes
1 answer

How to set user access by toolStripMenueItem in C# WinForm

I want to add in My project that admin can set access control to user. Suppose admin can select user name and module name and save it to database. When user successfully logged in he can only show the specific toolstripMenueItem which are added by…