[Openid-specs-ab] Issue #2145: Additional filtering options in the client's endpoint (openid/connect)

Michael Fraser issues-reply at bitbucket.org
Thu Apr 11 10:00:39 UTC 2024


New issue 2145: Additional filtering options in the client's endpoint
https://bitbucket.org/openid/connect/issues/2145/additional-filtering-options-in-the

Michael Fraser:

One use case encountered in the Australian ecosystem has been the ability to filter the list endpoint’s contents on additional values beyond what is currently in the list endpoint. Specifically, the ability to say “give me all entities that were updated after x date” or “give me all entities that were updated between x date and y date”. This enables authorisation servers to identify changes that would result in changes to RP client metadata

This has currently been solved with a proprietary API however we feel the functionality offered through it would be valuable to all consumers of the specification

The proposal is to add two additional query parameters to the list endpoint:

```
startDate
OPTIONAL. An epoch value that constricts the response to include only entity identifiers who's entity statement has seen updates after the provided epoch time
```

and 

```
endDate
OPTIONAL. An epoch value that constricts the response to include only entity identifiers who's entity statement has seen updates before the provided epoch time
```

‌



More information about the Openid-specs-ab mailing list