The SSO configuration does not provide an option to specify a logout URL. In our case, we would like to configure it to use the Azure (Entra ID) logout URL. This represents a potential security risk, as the Logout button within AppsAnywhere redirects users to the login page, creating the impression that their session has been fully closed when this is not the case. Their Azure session is not actually terminated. Consequently, they can subsequently access AppsAnywhere, as well as other services authenticated through Azure (such as email), without being prompted to reauthenticate. In the case of Azure (Entra ID) it would be sufficient for the Logout button to redirect users to: https://login.microsoftonline.com/common/oauth2/v2.0/logout?post_logout_redirect_uri=https://appportal.university.edu/logout Instead of simply redirecting them to: https://appportal.university.edu/logout Using this Azure logout URL ensures that both the Azure session and the AppsAnywhere session are terminated, after which the user is redirected to the AppsAnywhere login page. Therefore we would like to be able con configure the logout URL depending of the Authenticator used.