Hey @rodrigo.braga
I too am a little confused. If you could confirm the following:
Setup
Wordpress is set up as the DiscourseConnect provider for Discourse following the instructions here
Scenario 1
- A user is on your Wordpress site and is not logged in to Wordpress
- The user clicks a link on Wordpress in the format
https://discourse.example.com/session/sso?return_path=/g/private_group
- The user is prompted to login to Wordpress
- The user logs in to Wordpress
- The user is redirected to
https://discourse.example.com/g/private_group
- The user sees
private_group
because they are now logged into Discourse via DiscourseConnect and they are a member ofprivate_group
.
Is that currently the case?
Scenario 2
- A user is on your Wordpress site and is logged in to Wordpress
- The user clicks a link on Wordpress in the format
https://discourse.example.com/session/sso?return_path=/g/private_group
- The user is prompted to login to Wordpress
Is that currently the case?