Hi, is it possible to pass back & forth more than just the return_sso_url
?
For example if return_sso_url="https://example.com/sso.php"
then discourse on successful login redirects to:
https://example.com/sso.php?sso=...&sig=...
but I would like to have:
https://example.com/sso.php?sso=...&sig=...&redirect=/protected_page/42
What is the right way to pass the redirect
bit ? as a query parameter ? as a member of the payload data structure ?