Each employee of A1 should have their own unique login but be linked to A1. You could look into allowing only one unique login at a time. Set how many A1 is authorized to have logged in. Say it is 300. If suddenly they have 600 logins you know something is not right.
How to prevent sharing a user/password account ?
Hello,
I have to work on an app and my client wants to have a system to prevent from sharing a unique account between several users.
Here is an example.
The society A is in 4 cities : A1, A2, A3, A4. The society A should pay for 4 accounts. But it pays for only one account and shares its user/password with A1, A2, A3 and A4. But A1 is authorized to share the codes between all employees who work in city A1.
How is it possible to detect this behavior and secure the accounts to avoid this abusive sharing of user/password ?
I thought about these ways :
- manage groups with a fixed number of simulateous authorized connections
- IP and geolocalization with each user/password codes
- prevent connecting if already connected
- disconnect the previous same user/password connected
Do you have any other ideas ? Is there a reliable way to do that ?
Thanks a lot.
Vincent
Please or to participate in this conversation.