Generally used for a component of the software system - which is responsible for creating, managing and controlling users. This includes classical "authentication and authorization" terms too.
Questions tagged [user-management]
537 questions
1
vote
0 answers
Connecting Orchard Core with a user management
Is it possible to connect an orchard core app to an already existing user management app? I'd like to login in the orchard core app but verify the user and check it's role in an already existing user management and according to what the user…

Cucko
- 175
- 1
- 16
1
vote
1 answer
Handling SSH Keys for Multiple Users on Terraform-managed AWS EC2 SSH Bastion Instance
I have a stack of AWS infrastructure managed with Terraform. There is an EC2 SSH Bastion instance used by multiple users to access private ephemeral EC2 instances that are used for a variety of batch processing tasks.
Terraform provides a mechanism…

sonnenhund
- 130
- 2
- 5
1
vote
1 answer
WebSphere Portal 6.1 puma problems
I installed 6.1.0.1 WebSphere Portal, updated it to the last recommended fix packs (WAS including). Configured user registry with LDAP server (Tivoli Directory Server 6.0).
Portal applications like group/user managements work with users correctly.…

tabdulin
- 353
- 2
- 4
- 14
1
vote
0 answers
Sync users from GSuite to KeyCloak
We have G-Suite that is used as an SSO for most of our corporate applications, all users are internal users.
but we introduced KeyCloak in order to manage the security for all applications, exposed portals, internal users, as well as all external…

Bassel Kh
- 1,941
- 1
- 19
- 30
1
vote
0 answers
MySQL ReadOnly user cannot see slow query log
I have the MySQL slow query log turned on. For my main user account I can run this query and see results:
select * from mysql.slow_log limit 1;
I also have a "readonly" user account. This account has SELECT permission for every schema. When I…

reustmd
- 3,513
- 5
- 30
- 41
1
vote
0 answers
Shopify APIs for User Management
I am creating providers using Terraform in Go language. Please tell me if there are Shopify APIs available for user management, i.e., I want to create, update, delete, activate, and deactivate users using Shopify APIs, so just let me know if it is…

Ashutosh
- 11
- 2
1
vote
6 answers
How to signoutout user from firebase console in swift
I have signed up using a SignUpViewController -
import UIKit
import Firebase
import FirebaseFirestore
import FirebaseAuth
class SignUpViewController: UIViewController {
@IBOutlet weak var firstNameTextField: UITextField!
…

askit
- 205
- 4
- 21
1
vote
1 answer
What would be good UserManagement practices for a multi-platform WebApp
I'd like your advice on what is used by robust frameworks/code (RoR, Zend, Symfony, Django..).
I use for my User Management system (understand: login, logout, is user logged, user_id, username, etc..;) a simple et tiny framework (userCake). I'm…

guillaumepotier
- 7,369
- 8
- 45
- 72
1
vote
1 answer
Taking Suggestions For User Management Scheme
I'm beginning work on a web application that will have several distinct user types, example being Registered User, Site Admin, User Admin..etc. Users may have more than 1 role.
In previous projects, I've been able to manage different user schemas…

user163757
- 6,795
- 9
- 32
- 47
1
vote
2 answers
Laravel adding a role to a newly created user
I am creating a new user from my already made CRUD, however, I don't know how I can also assign a role to the user we are creating. I am working with Laravel and 3 tables. I have 1 table that is my users table, 1 table that is my roles table, and 1…

Boudewijn
- 65
- 1
- 8
1
vote
0 answers
User Authentication on the SAP cloud platform for the business users on different sap systems which are not connected to SAP cloud
My SAP Cloud platform is connected to the system called X, but not all the users are available on system X, there are few on Y and some Z as well. So I get the information of all the users from system X, but there is no way that I can get the…

Chetan Barate
- 11
- 2
1
vote
0 answers
Adding costume role to user group in coginto user pool
I am trying my hands on cognito with very little knowledge about it.
Here I am trying to create a user group that has a role attached to it.
There is no option to type in the ARN there is only an option to select from the drop-down.
My role is not…

sumanth shetty
- 1,851
- 5
- 24
- 57
1
vote
1 answer
writing user management with sessions or cookies in ASP.NET MVC 3 c#
hello im new at c# and asp.net mvc 3 also.
Im trying to make an alternative user management (log in, log out etc.), I have tried session and cookie but i think i couldn't so i decided to ask here.
my user informations are stored in sql server…

webm
- 11
- 2
1
vote
1 answer
Azure DevOps default read access to members of organization on new projects
I manage an Azure DevOps organization with a couple dozen users, all with either Visual Studio subscriber or Basic user access level on the organization.
When someone creates a new project, which need to be private repos, I want all the organization…

Ataraxis
- 13
- 2
1
vote
1 answer
Powershell Loops - New to Powershell
everyone. This question is going to be an easy answer for people whom are experienced in Powershell which I am not.
For unintentional reasons, we have a large number of users who have had a certain attribute changed on their accounts (adminCount). I…

William Bonanno
- 13
- 3