I have property for azure logout-url
Delegated login is working, but I never see a front end call to logout-url. So when I log back into my CAS application I auto get logged in because my azure session is still valid.
If I logout of my app, then manually hit the logout url, when going back to my app I get azure prompting for credentials as expected.
is there something I'm missing to get deletegated logout working?
-psv