Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | public function authenticate(array &$state): void |
||
32 | { |
||
33 | $state['saml:AuthnContextClassRef'] = $this->authnContextClassRef; |
||
34 | $state['pushbackAuthsource'] = $this->pushbackAuthsource; |
||
35 | |||
36 | StaticProcessHelper::prepareStatePasswordlessAuth($this->stateData, $state); |
||
37 | StaticProcessHelper::saveStateAndRedirectSupercharged($state); |
||
38 | } |
||
40 |