Hello, out of the box, you can limit a single user to be granted access to one application from one or more devices but there is no way to limit concurrent connections. That duty can be delegated to the application (trough business rules/code) so that while user A is logged in from device B, authentication or authorization attempts from the same user but from other devices will get denied.
Let us know if you need additional assistance. If the answer was helpful, please accept it so that others can find a solution.