Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (16 loc) · 1.01 KB

Frappe Discourse

Simple frappe app to setup Single sign-on for discource.

Install

Run the following command to install the app

bench get-app https://github.com/shridarpatil/frappe_discourse.git

bench install-app frappe_discourse

Setup

Register a client in Discourse Settings DocType with client id, client secret and sso secret.

image

Next: Add the url in discouse sso with parameter client. https://<sitename>/api/method/frappe_discourse.frappe_discourse.doctype.discourse_settings.discourse_settings.discourse_login?client=<token> token is base64 incoded string of client id and client secret b64encode(client_id:client_secret)

discourse_sso

License

MIT# frappe_discourse