Now Mobile app logout / login issuesIssue After a user logs out of the mobile app, when clicking again on the instance name to login back, the user has to exit completely out of the app (killing the app instance) to be able to login again. This occurs in both IOS and Android.CauseThe logs trace there is a logout request from the ServiceNow side to idp when user tries to login for the second time. The logout response is not posted from the idp side, causing the instance to not generate any login request, so to leave the user stuck at the idp logout page.Since the first time there was no idp session existing, the login request was generated as well. This could be an issue with the logout url set in the idp side.Resolution- Verify from the idp side if the logout url is set properly.- Single Logout URLs: https://your_instance_name.service-now.com/external_logout_complete.doRelated LinksSet the SingleLogoutRequest service URL