Springboot Azure logout not redirecting to the given url in firefox and edge browsers.In chrome it is working

Raju Oukanti
0
Reputation points
I am using Azure login for my springboot application.I implemented the following code for logout functionality
https://login.microsoftonline.com/<tenantId>/oauth2/v2.0/logout?client_id=<clientId>&post_logout_redirect_uri=https://localhost:8443/
In chrome browser the post_logout_redirect_uri is working fine and i am redirecting to the given url
But in Firefox and Edge browsers it is not working .It is showing the screen after logout as follows as
You've signed out of your account
It's a good idea to close all browser windows.
Please help me