Skip to content
Snippets Groups Projects

Allow OneTrust script in SAML group pages

Merged Eduardo Sanz García requested to merge eduardosanz/one-trust-csp into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -2,8 +2,11 @@
class Groups::SsoController < Groups::ApplicationController
include InternalRedirect
include OneTrustCSP
skip_before_action :group
before_action :init_preferred_language
before_action :authenticate_user!, only: [:unlink]
before_action :require_group_saml_instance!
before_action :require_licensed_group!, except: [:unlink]
Loading