diff --git a/docs/data-sources/clients.md b/docs/data-sources/clients.md index 002a9f04..d39df491 100644 --- a/docs/data-sources/clients.md +++ b/docs/data-sources/clients.md @@ -59,6 +59,23 @@ Read-Only: - `is_first_party` (Boolean) - `is_token_endpoint_ip_header_trusted` (Boolean) - `name` (String) +- `oidc_logout` (List of Object) (see [below for nested schema](#nestedobjatt--clients--oidc_logout)) - `web_origins` (List of String) + +### Nested Schema for `clients.oidc_logout` + +Read-Only: + +- `backchannel_logout_initiators` (List of Object) (see [below for nested schema](#nestedobjatt--clients--oidc_logout--backchannel_logout_initiators)) +- `backchannel_logout_urls` (Set of String) + + +### Nested Schema for `clients.oidc_logout.backchannel_logout_initiators` + +Read-Only: + +- `mode` (String) +- `selected_initiators` (Set of String) +