RE: https://mastodon.social/@JenMsft/116306515557926926
For those wondering why this has always been a point of contention for us internally is because under specific circumstances it can lead to a privacy leak.
Apps in low-ish IL or have capability enforcement need to assert that they need to know user information like username or email address. We want to do our best to protect that info. On consumer devices this is especially critical to protect so if your profile path is firstlast87 there's a good chance that's your email and all you need is to guess the dozen or so common domains and now your email is leaked.
That's why we obscure the profile folder path in cases that don't require 20 years of back compat (enterprise join scenarios).
It was never a perfect solution because balancing user privacy and practical usability for a billion odd users is...complicated...but it did act as a useful speedbump.