@@ -38,11 +38,11 @@ |
||
| 38 | 38 | private readonly ControllerCheckerService $checkerService, |
| 39 | 39 | ) { |
| 40 | 40 | } |
| 41 | - #[Route( |
|
| 42 | - path: '/registration/gssf/{provider}/metadata', |
|
| 43 | - name: 'ss_registration_gssf_saml_metadata', |
|
| 44 | - methods: ['GET'], |
|
| 45 | - )] |
|
| 41 | + #[Route( |
|
| 42 | + path: '/registration/gssf/{provider}/metadata', |
|
| 43 | + name: 'ss_registration_gssf_saml_metadata', |
|
| 44 | + methods: ['GET'], |
|
| 45 | + )] |
|
| 46 | 46 | public function metadata(string $provider): XMLResponse |
| 47 | 47 | { |
| 48 | 48 | $this->checkerService->assertSecondFactorEnabled($provider); |