I'm using Identity Server for Single Sign On, I would like to delete the Identity Server Cookie manually using JavaScript from an appropriate Client application.
I referred lots of tutorials but no one is given any solution for my requirement.
I deployed my Identity Server in the https://localhost:2025 and I deployed the Client UI in http://localhost:3000
I need to Remove the following Cookie which is displayed under https://localhost:2025 in the following image.
I tried lots of Stack overflow questions, out of those I listed few for your reference.