Is there a way to have a user who logs out of an application go back to wherever they started from at login?
-
It'd be nice to be able to have multiple web applications use the same FusionAuth application in certain circumstances, but still have the end user be directed back to the correct web application they signed in from.
-
You can use the
post_logout_redirect_uri
query parameter on the logout endpoint to configure where a user ends up after logout.More here: https://fusionauth.io/docs/v1/tech/oauth/endpoints