canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
5 stars 4 forks source link

Bug: drop `page_token` for `ListIdentities` response in case it's empty #272

Closed BarcoMasile closed 2 months ago

BarcoMasile commented 2 months ago

Description

In case a paginated response does not have a next one available, page_token field should be nil or not present at all. Right now the ListIdentities returns an empty string.

{
    ...
    "meta": { "page_token": "", "total": 2, "page": 1 }
}
syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-836.

This message was autogenerated

shipperizer commented 2 months ago

closed by #276