I have React Application Which has Grafana Dashboard Embedded using Iframe
and I have configured Keycloak as Authentication server.
In my react application I have signout button which trigger keycloak user signout of react application but not grafana’s session signout.
I want to implement logic of to do signout of grafana when press signout button of react application.
Is there any Grafana API available which can be use to trigger signout/logout of user from grafana session?