By: Chandra Sadanala user 13 Feb 2017 at 2:15 p.m. CST

1 Response
Chandra Sadanala gravatar
I have installed Gluu server 2.4.4 on a linux box. I was able to setup SSO with spring boot application. I need help in implementing the signout/logout feature. When the user clicks on logout link, system should automatically take the user to the home page or login page. Right now when the user clicks on signout buttonm, i notice the following url in the browser and error message https://<gluu server>/oxauth/seam/resource/restv1/oxauth/authorize?client_id=XXXXXXX&redirect_uri=https://<apphost>/login?logout&response_type=code&scope=openid&state=rvEI42 error message: "error":"invalid_request_redirect_uri","error_description":"The redirect_uri in the Authorization Request does not match any of the Client's pre-registered redirect_uris.","state":"rvEI42"}

By Michael Schwartz Account Admin 13 Feb 2017 at 4:06 p.m. CST

Michael Schwartz gravatar
We implement front channel logout. Perhaps you should take take a look at [oxd](https://oxd.gluu.org). There is a sample Spring application in there.