1 | initial version |
Hello,
when logging out of our application, the Horizon IDM redirects to its own login screen.
We would like to redirect the user to our own application landing page. We are using an Angular directive that supports passing a logoutredirecturl parameter Authenticating AngularJS against OAuth 2.0 / OpenID Connect which results in the following request being logged in Keyrock:
"GET /auth/logout/?post_logout_redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F HTTP/1.1" 302 0
How can I configure Keyrock to redirect to the desired URL? (if not by honoring the redirect request, at least by hardcoding it in its configuration file)
Thank you for your time.
Best, Edoardo