mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
DiscourseConnect verified SSO payload signatures with whatever `discourse_connect_secret` was configured, including an empty string, so an instance with DiscourseConnect enabled but no secret set did not fail safely. `DiscourseConnectBase#parse` now fails when the effective secret is blank, and `EnableSsoValidator` refuses to enable DiscourseConnect unless a secret of at least 10 characters is set. |
||
|---|---|---|
| .. | ||
| bookmark_guardian_spec.rb | ||
| flag_guardian_spec.rb | ||
| invite_guardian_spec.rb | ||
| localization_guardian_spec.rb | ||
| post_guardian_spec.rb | ||
| staff_action_log_guardian_spec.rb | ||
| tag_guardian_spec.rb | ||
| topic_guardian_spec.rb | ||
| upload_guardian_spec.rb | ||
| user_guardian_spec.rb | ||