I seem to remember some discussion around pagination being optional (maybe at the Cloud Identity Summit back in July?). However, in reading the spec it is not explicitly noted as optional in section 3.2.2.3 and the ServiceProviderConfig resource does not have any attributes describing whether it is supported or not. The pagination request parameters tables also states that when count is specified “the Service Provider MUST not return more results than specified”. All of this points to pagination being required, I just wanted to double-check.
--Kelly
The paging that is mandated by the spec is offset-based, which should be fairly simple for servers to implement. Going forward I wouldn't mind seeing an token-based pagination added to the spec, but this should definitely be optional if it is added.
--Kelly