From 89493848f0761b16677c11b30d47a6215dc05290 Mon Sep 17 00:00:00 2001 From: Roberto Pommella Alegro Date: Wed, 7 Dec 2022 17:02:34 -0300 Subject: [PATCH] Docs: improve bound_audiences documentation for jwt role (#1692) --- website/docs/r/jwt_auth_backend_role.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/r/jwt_auth_backend_role.html.md b/website/docs/r/jwt_auth_backend_role.html.md index 40de8651e..0c68c8a0d 100644 --- a/website/docs/r/jwt_auth_backend_role.html.md +++ b/website/docs/r/jwt_auth_backend_role.html.md @@ -67,8 +67,9 @@ The following arguments are supported: * `role_type` - (Optional) Type of role, either "oidc" (default) or "jwt". -* `bound_audiences` - (Required for roles of type `jwt`, optional for roles of - type `oidc`) List of `aud` claims to match against. Any match is sufficient. +* `bound_audiences` - (For "jwt" roles, at least one of `bound_audiences`, `bound_subject`, `bound_claims` + or `token_bound_cidrs` is required. Optional for "oidc" roles.) List of `aud` claims to match against. + Any match is sufficient. * `user_claim` - (Required) The claim to use to uniquely identify the user; this will be used as the name for the Identity entity alias created