I would I best limit an experience user name from being used by multiple people concurrently?
Hi @Lars_Andersson,
I just want to ensure I am reading your question correctly, are you asking how to prevent multiple individuals from signing in under one username and password?
Thanks,
Julia
Yes, I would like to prevent this from happening.
Hi @Lars_Andersson,
The current recommendation is that you enable the invalidate any previously existing authentication tokens
in your Authenticate Node. This will allow for only one active session for the user, forcing a log out each time a different individual attempts to log in with the same credentials.
Please let me know if I can answer any further questions!
Thanks,
Julia