Skip to content

fossunited/frappe_discourse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • JavaScript 2.2%