File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ enum RoutesEnum: string
5757 * OpenID Federation
5858 ****************************************************************************************************************/
5959
60+ // Only the entity configuration endpoint is served. As a leaf entity, this OP must not expose fetch or
61+ // subordinate listing endpoints, so no routes for those exist (nor should they be added).
6062 case FederationConfiguration = '.well-known/openid-federation ' ;
61- case FederationFetch = 'federation/fetch ' ;
62- case FederationList = 'federation/list ' ;
6363
6464 /*****************************************************************************************************************
6565 * OpenID for Verifiable Credential Issuance
Original file line number Diff line number Diff line change @@ -217,17 +217,6 @@ public function urlFederationConfiguration(array $parameters = []): string
217217 return $ this ->getModuleUrl (RoutesEnum::FederationConfiguration->value , $ parameters );
218218 }
219219
220- public function urlFederationFetch (array $ parameters = []): string
221- {
222- return $ this ->getModuleUrl (RoutesEnum::FederationFetch->value , $ parameters );
223- }
224-
225- public function urlFederationList (array $ parameters = []): string
226- {
227- return $ this ->getModuleUrl (RoutesEnum::FederationList->value , $ parameters );
228- }
229-
230-
231220 public function urlPushedAuthorizationRequest (array $ parameters = []): string
232221 {
233222 return $ this ->getModuleUrl (RoutesEnum::PushedAuthorizationRequest->value , $ parameters );
You can’t perform that action at this time.
0 commit comments