• Nikolay Belokolodov's avatar
    Fix SAML SSO redirects for pseudonymized URLS · aa6f3db2
    Nikolay Belokolodov authored
    The Group SSO Controller is skipping the :group method before it executes.
    The URL-pseudonymization code that gets included on every page is checking if group is defined.
    By calling group for tracking the pseudonymized URL,
    it caused an endless redirect.
    
    Changelog: fixed
    aa6f3db2
sso_spec.rb 2.61 KB