Allows an OpenID Connect provider to be used as an authentication provider for Discourse
Go to file
David Taylor 4aa0e1b4ab
FIX: Ensure nonce mismatch causes auth to fail correctly (#15)
2021-08-09 13:25:10 +01:00
.github/workflows DEV: Update CI workflows (#14) 2021-07-02 16:39:56 +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: Ensure nonce mismatch causes auth to fail correctly (#15) 2021-08-09 13:25:10 +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 FEATURE: Support RP-initiated logout post_logout_redirect_uri 2020-11-12 17:16:11 +00:00
yarn.lock Bump glob-parent from 5.1.1 to 5.1.2 (#13) 2021-06-12 13:58:50 +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