I have enabled SSO feature with my rails app and discourse, all is well. But I want to auto signin users when they click on forum link on my rails website incase they were already signed in.
Current behavior for signed in users, is that they still need to click on sign-in button at discourse before they get signed in.
You can make all links on the mainsite point to /login so they automatically go through the SSO route and than get directed to the home page. Dont know if its possible to do anything else though.