Hello
I am implementing my own authenticating service as SSO provider for discourse. Its working fine. But when my users (not logged in users) open a pre-filled topic URL then they wont see those pre-filled data after redirect back to discourse.
full scenario:
- Not logged in user opens a pre-filled topic creation URL
- He automatically redirected to SSO page
- He logged in using SSO and redirect back to
http://discourse_site/session/sso_login?....
- Here I expect user to see topic creation box with filled data but discourse just shows latest topic page. Not even showing the create topic box
Can anyone help me on this issue? Are there any problem in my setting or its a bug?
I can also confirm that if I am in a specific topic and press login the redirect will work fine and I will return to that topic.