So I am currently tasked with figuring out how to implement SSO for my company and they wanted me to learn how to set it up in the dev environment before we go forward with integrating Discourse.
I am using a Node back end server running in my localhost port and set up a test route. Discourse is running on my WSL environment on a different localhost port.
Couple of questions since my google-fu doesn’t seem to be getting any results.
How should I go about setting it up while following the official guide
I set enable_sso to true but my initial route failed and now I cannot access my admin panel to change it. Obviously sending an email doesn’t work for me so I attempted to reset it in my WSL environment but can’t seem to find a launcher file. How can I fix this?
Is your dev enviroment running on your local computer? If so, how did you set it up? If you are using a non-docker install, all you need to do is go to the /discourse directory in your terminal and enter rails c
to access the console prompt.