Is device-bound authentication the most effective way to prevent stolen session tokens?
been reading up on device-bound tokens as a way to stop the stolen token replay problem we've been dealing with.
a token tied to a specific device is a lot less useful to an attacker who lifted it remotely, which is the whole point. rollout looks straightforward for managed devices but our byod population is a real complication. is device binding actually closing this gap for people who've deployed it, or have attackers already found workarounds, and how are you handling the byod side of it?