| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | #[Route('/connect/azure', name: 'chamilo.oauth2_azure_start')] |
||
| 17 | public function connect( |
||
| 18 | ClientRegistry $clientRegistry, |
||
| 19 | AuthenticationConfigHelper $authenticationConfigHelper, |
||
| 20 | ): Response { |
||
| 21 | return $this->getStartResponse('azure', $clientRegistry, $authenticationConfigHelper); |
||
| 22 | } |
||
| 27 |