Questions tagged [user-management]

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.

537 questions
1
vote
0 answers

Implementing sign up with aws cognito in android without hosting

I'm trying to implement User Sign-In and Sign-Up using Amazon Cognito user pools for an Android App without any hosting. I'm a beginner at AWS Cognito, however, I was able to create a User pool successfully and integrate Federated Identities to the…
1
vote
1 answer

Outdated results with management api

I'm building a dashboard that can show me the users for all the Google Analytics account that the user has access to. So far I've been able to retrieve all the users for my accounts but it also lists users that have been deleted in the last 2…
1
vote
0 answers

Elastic search - Control threads based on users

I would like to setup the common bigger environment for Elastic search. So that all the projects will use the common elastic search. My concern here that, I don't how to restrict the thread access based on user/service. So that heavy usage of one…
Sampathkumar
  • 121
  • 1
  • 11
1
vote
2 answers

Simple web site user management with Spring

I've done many sites, using Java, Php, etc... When I needed user management I would use HttpSession and a DB to keep passwords and eventually session data. What's the recomended/standard way of doing this with Spring in a simple way?
gotch4
  • 13,093
  • 29
  • 107
  • 170
1
vote
1 answer

User Groups with specific Roles

I´ve got a JHipster microservice application layout. I would like to have different Groups with users. Users can be in multiple groups. Some other Micorservices must declare their entitys as ownable by groups. The groups are getting some roles.…
mathisloge
  • 91
  • 1
  • 9
1
vote
0 answers

Flask-restful API user accounts. Get full data and access to modify it if owner of account, get partial data otherwise

this is my first attempt to create a RESTful app using Flask framework. This is an API for cooking recipes. I already have basic functionality but I have encountered a problem with user accounts and content based on "logged in" user (username from…
1
vote
1 answer

Add admin page without full fledged user management

I am building a rather simple site with ASP.NET Core MVC 2.0 that is more or less an image gallery, just for me. I am not using any database so far. It is just a json file with metadata and the image files itself. Now this site is supposed to get a…
bitbonk
  • 48,890
  • 37
  • 186
  • 278
1
vote
0 answers

Is mixing Wordpress and MEAN-Stack a practical Idea?

tltr: Wordpress-plugin for Usermanagement and Angular2/MEAN-Stack for content? I wrote an Angular2-App on a MEAN-Stack with is running locally on my machine right now. I run my webserver on localhost:3000 with Node.js, the Angular2-App is getting…
EliasPh
  • 43
  • 10
1
vote
0 answers

Express-Session is undefined

I am new to node.js and angular4 and am working on an application which required user authentication. I want to save the user role in a session in node.js and want to access that session in multiple routes. However, I am unable to get the role in…
ijs
  • 189
  • 1
  • 4
  • 11
1
vote
0 answers

last login on jumphost with proxycommand

I would like to find out when which user has last logged in on our system, so that I can delete users who have not used the system for longer than 90 days. For this I look at our jumphost (Linux RHEL 6 or 7), through which all the accesses should…
shiftux
  • 11
  • 2
1
vote
2 answers

how to force the user to sign in every time?

Im developing an android application for the first time (no prior experience whit coding....). Mainly the app is going to be used at work as a tool for service technicians. The app is almost ready for field testing, but there is one thing i need the…
1
vote
2 answers

ServiceNow - let ESS Users see all incidents from an affected service whether they created it or not

So I would love to let some ESS users see all incidents for a specific service in their default homepage, which I create. What I did so far to manage that: create a role create group add persons to the group create homepage with gauge reports added…
RayofCommand
  • 4,054
  • 17
  • 56
  • 92
1
vote
2 answers

Login with passwordHash in Apache Shiro Grails

I am using Apache Shiro plugin in grails for handling user Authentification. I would like to add a feature to the admin part of the system, where our admin would be able to login for a particular user. I want to avoid creating a new complex…
Michael.D
  • 179
  • 1
  • 15
1
vote
1 answer

Weblogic 12c encryption algorithme for credentials

In Weblogic we can define users and groups and also we can assign roles to them, my question is that where (probably a file) and how Weblogic persist these important data. It seems that they should be encrypted, then what is the algorithm and other…
1
vote
1 answer