with no state parameter. Is there something I need to configure in my tenant to achieve the desired behaviour. In just the same way that using state in the login request helps us check the request came from our app, the same should be true for logout.
I believe the state functionality in the documentation you’ve linked only applies to login flows. If you’d like to keep track of the state param for logout, you should be able to include the state param in the returnTo (the returnTo value would need to be URL encoded, though):