We are investigating using Discourse as a forum section for our website. Our existing app is a Play 2.5 application with it’s own login setup and a JWT authenticator. Our goal is to implement some form of single-sign-on setup where users will be redirected (from Discourse) to our Play app to authenticate, the JWT token is created and sent back (via redirect) to Discourse for use in validating subsequent actions.
Hi, we are trying to implement a similar flow as in the original post. I checked the JWT plugin, and the installation guide, and it seems that it only describes how to install on self-hosted instances, and the plugin was not listed under any business plan. So my question is, how is it possible to use the JWT plugin with a non self-hosted instance?
Unfortunately we don’t include the JWT support in our business tier and strongly recommend you use OpenID, OAuth2, or DiscourseConnect. Is that your only option for auth?