list_clients
List OAuth/OIDC clients in a realm with redirect URIs, client type, grant flags, and PKCE method. Paginate results and detect truncation for accurate client inventory.
Instructions
[READ] OAuth/OIDC clients in the realm, normalized (redirect URIs, public/confidential, grant flags, PKCE method).
Args: max_results: Page bound (default 200). target: IdP target name from config; omit for the default.
Returns {"clients": [...], "returned": N, "limit": L, "truncated": bool}, with truncated measured rather than guessed. Fields the IdP did not return are null — a null pkceMethod means no PKCE method is pinned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_results | No |