So in that example, you could hypothetically run wheels alongside the legacy app, but make sure they have the same application names.
They'd then share app/session scopes, which means you could use wheels for authentication and permissions delegation, and then test for the presence of those variables in the other legacy code.
It's not exactly an ideal scenario, but could work.
T