8 questions
1
vote
0
answers
34
views
Why can any user access to my UAuth app that is in test mode?
I am building an app that uses Google OAuth 2.0 for user authentication. The app should only allow access to users registered as test users in the Google Cloud OAuth consent screen, which is currently ...
0
votes
2
answers
6k
views
How to use Power Automate flows to manage user access to SharePoint lists
I have a SharePoint site with several lists each having their own set of permissions. Rather than manage reporting on the users who have permission, and changes to permissions manually in SharePoint, ...
0
votes
1
answer
184
views
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 ...
0
votes
1
answer
190
views
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 ...
0
votes
2
answers
86
views
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.
1
vote
2
answers
572
views
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 ...
0
votes
0
answers
255
views
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 ...
0
votes
1
answer
331
views
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 ...