Skip to content

Commit d418250

Browse files
committed
Update docs
1 parent 3743044 commit d418250

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/3.1-federation-discovery.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Collection Endpoints.
66

77
The functionality is split into two main operational modes:
88

9-
1. **Federation Discovery** — A top-down, recursive traversal of a federation
9+
1. **Federation Discovery** — A top-down, recursive traversal of a federation
1010
hierarchy starting from a Trust Anchor.
11-
2. **Entity Collection** — A specialized protocol for optimized bulk-fetching
11+
2. **Entity Collection** — A specialized protocol for optimized bulk-fetching
1212
of entities, featuring support for server-side filtering, sorting, and
1313
cursor-based pagination.
1414

@@ -99,14 +99,14 @@ try {
9999

100100
### Discovery Logic & Loop Protection
101101

102-
1. **Trust Anchor Config**: Fetches and validates the TA's Entity Configuration.
103-
2. **Subordinate Listing**: Fetches the `federation_list_endpoint`.
102+
1. **Trust Anchor Config**: Fetches and validates the TA's Entity Configuration.
103+
2. **Subordinate Listing**: Fetches the `federation_list_endpoint`.
104104
If filters are provided, they are passed as query parameters to this endpoint.
105-
3. **Recursion**: For each discovered subordinate, it fetches its
105+
3. **Recursion**: For each discovered subordinate, it fetches its
106106
configuration and repeats the process.
107-
4. **Loop Protection**: The algorithm tracks visited IDs to prevent
107+
4. **Loop Protection**: The algorithm tracks visited IDs to prevent
108108
infinite loops and is limited by `maxDiscoveryDepth`.
109-
5. **Deduplication**: Entities appearing in multiple branches are only stored
109+
5. **Deduplication**: Entities appearing in multiple branches are only stored
110110
once.
111111

112112
### Applying Filters During Discovery

0 commit comments

Comments
 (0)