I want to limit number of devices can use the same phone number (username) to be one device and this limitation to be reseted after expiration date of phone number.
Example: Device "A" logged in with phone number X and expiration time is 24 hours so during the day Device "B" can't log in with same phone number But device "B" can self register & log in with same phone number if it is expired (after 24 hours).
I used post auth profile: authorization end point, device count, greater than 1 >> block enforcement profile
But i found that Device B is blocked even after phone number expired.