2 Applications, 1 Server, variables not availabe
Cantor, Scott
cantor.2 at osu.edu
Thu Aug 29 12:53:51 UTC 2024
I don't debug anything involving overrides for non-members anymore.
My advice as always is that you very likely don't need an override and if you really do, I would reconsider the requirements.
Appllications doesn't mean "applications" literally, it'a a configuration or session boundary and is rarely needed. About all it tends to be needed for now is step-up authentication when crossing the boundary.
You're also using headers, and you should never do that. Headers are not server vatrables either, those are very different things.
At a minimum, I'd get get rid of all the overrides, simplify it all down, and then determine if the behavior is better. If not, then somethiing else in your IIS environment is wrong, and you could revert back to the complex approach once it's fixed.
-- Scott
More information about the users
mailing list