Skip to content

Commit d0e6b7e

Browse files
authored
Merge branch 'main' into gz-issue40
2 parents 2c0ce77 + 7f95e6b commit d0e6b7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openid-federation-entity-collection-1_0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ When client authentication is not used, the request to the `federation_collectio
155155

156156
- **limit**: (OPTIONAL) Requested number of results included in the response.
157157
If this parameter is present, the number of results in the returned list MUST NOT be greater than the minimum of the responder's upper limit and the value of this parameter.
158-
If this parameter is not present the server MUST fall back on the upper limit.
158+
If this parameter is not present the server MUST fall back on the upper limit, as described in [Response Limits](#response-limits).
159159
If the responder does not support this feature, it MUST return an error response with the error code `unsupported_parameter` as defined in [Error Response Format](#error-response-format).
160160

161161
- **entity_type**: (OPTIONAL) The value of this parameter is an Entity Type Identifier. The result MUST be filtered to include only those entities that include the specified Entity Type. When multiple `entity_type` parameters are present, for example `entity_type=openid_provider&entity_type=openid_relying_party`, the result MUST be filtered to include all Entities that include any of the specified Entity Types.
@@ -540,6 +540,7 @@ and the Geant Trust & Identity Incubator of Geant5-2.
540540

541541
* Clarified the description of the `last_updated` response field to specify that it refers to when the responder last traversed or refreshed its federation entity collection.
542542
* Clarified error response if trust_anchor value is not supported.
543+
* Clarified the `limit` parameter description by adding a reference to the [Response Limits](#response-limits) section.
543544

544545
-00
545546

0 commit comments

Comments
 (0)