Skip to content
  • Timo Rüppell's avatar
    Fix Subject dereference bug · 2b5abbaa
    Timo Rüppell authored
    The `if (subject)` block is extended to cover all access to `subject`.
    
    We ran into this bug in the code because our SAML provider didn't include Subject at the root of the Assertion -> line 614 throws a 'cannot access 0 of undefined' error.
    2b5abbaa