Hello,
I was wonder if anyone has tried doing this or has any tips on how to do this.
We have a Drupal 8 site and a Discourse forum. Both systems use an external site that uses Laravel Single Sign-On.
What we are trying to do is if you are logged into the Drupal 8 site, you are automatically logged into Discourse. We are using a customized version of OAuth2 Basic so we can do role management between the system so we can modify as we need to for the Shared Session between the sites.
Drupal is setup as a Subdomain xxxxx.samemaindomain.com
Discourse falls under that: yyyyyy.xxxxx.samemaindomain.com
Does anyone have any advice on how to move forward with this issue?
Thanks ahead of time.