https://github.com/timkelty/craftcms-discourse-sso
https://github.com/timkelty/craftcms-discourse-sso
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timkelty/craftcms-discourse-sso
- Owner: timkelty
- Created: 2019-10-14T16:47:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T17:42:50.000Z (over 6 years ago)
- Last Synced: 2025-02-15T23:43:14.066Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discourse SSO Plugin for Craft CMS 3
Single sign-on integration for Discourse.
Credit to @sjelfull for his [Craft 2 version](https://github.com/sjelfull/discourse).

## Installation
```
composer require timkelty/craftcms-discourse-sso
```
## Configuring
- Enable SSO in your Discourse installation by [following the guide](https://meta.discourse.org/t/official-single-sign-on-for-discourse/13045).
- **Note**: in addition to `enable_sso`, `sso_url`, and `sso_secret`, you likely also want to set `logout_redirect` to your Craft logout URL.
- Configure this plugin,