You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested but unfortunately it's not working. The url is not replaced. By the way I use Spring Authorization Server if this has any impact. Other solutions?
I use this code to logout user:
When I call it I'm redirected to
http://host:8080/logout?id_token_hint=eyJraWQiOi.......
I need to set a custom logout url:
http://host:8080/connect/logout?id_token_hint=eyJraWQiOi......
Do you know how I can configure this?
The text was updated successfully, but these errors were encountered: