To implement single sign off, i would like the user to get logged out of application B additionally when ever the user clicks logout on application A. Is it possible to implement this using some form of a POST request to application B? i.e. when the user clicks on logout:
- Generate existing POST request to logout of application A
- Generate additional POST request to logout of application B as well.