Allows an OpenID Connect provider to be used as an authentication provider for Discourse
Go to file
Discourse Translator Bot 4ca69f2ab0
DEV: Add Crowdin support (#20)
2021-09-28 14:32:47 +02:00
.github/workflows DEV: Update CI workflows (#17) 2021-09-15 19:48:40 +02:00
assets/stylesheets DEV: Add stylesheet placeholder 2018-11-21 15:48:20 +00:00
config FEATURE: Support RP-initiated logout post_logout_redirect_uri 2020-11-12 17:16:11 +00:00
lib FIX: Ensure nonce mismatch causes auth to fail correctly (#15) 2021-08-09 13:25:10 +01:00
spec FIX: Correctly handle end_session_endpoint with query parameters (#18) 2021-09-17 17:00:29 +01:00
.eslintrc DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
.gitignore DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
.prettierrc DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
.rubocop.yml DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
.template-lintrc.js DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
Gemfile DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
Gemfile.lock Bump rexml from 3.2.4 to 3.2.5 (#11) 2021-05-02 17:11:23 +02:00
LICENSE Initial commit 2018-11-09 12:49:36 +00:00
README.md DEV: Update README 2018-12-06 16:14:28 +00:00
package.json DEV: Apply coding standards (#2) 2020-10-09 13:52:08 -05:00
plugin.rb FIX: Correctly handle end_session_endpoint with query parameters (#18) 2021-09-17 17:00:29 +01:00
translator.yml DEV: Add Crowdin support (#20) 2021-09-28 14:32:47 +02:00
yarn.lock Bump path-parse from 1.0.6 to 1.0.7 (#16) 2021-08-13 00:52:09 +02:00

README.md

discourse-openid-connect

A plugin to integrate Discourse with an openid-connect login provider

For information and discussion, see https://meta.discourse.org/t/openid-connect-authentication-plugin/103632