uselagoon / lagoon-ui

Apache License 2.0
7 stars 2 forks source link

change how redirection works after signing in #216

Closed DaveDarsa closed 7 months ago

DaveDarsa commented 8 months ago

@shreddedbacon handling this in server.js if one of the approaches that avoids constant loop between /projects -> /redirectRoute -> keycloak -> /projects...

shreddedbacon commented 8 months ago

Unfortunately this doesn't work the way I had hoped. The implementation of this is fine, but the changes to how I hoped keycloak would handle it were not as expected.

We may have to put the redirect value in a cookie and read the cookie back if it exists?