From f85facec69b03bc0369a671312bd26bb8b4a7fb9 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 6 Jun 2024 11:07:27 -0500 Subject: [PATCH] docs: fix auth jwt role aud requirements --- website/docs/r/jwt_auth_backend_role.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/r/jwt_auth_backend_role.html.md b/website/docs/r/jwt_auth_backend_role.html.md index 7228a273d..d52d94b5f 100644 --- a/website/docs/r/jwt_auth_backend_role.html.md +++ b/website/docs/r/jwt_auth_backend_role.html.md @@ -67,9 +67,8 @@ The following arguments are supported: * `role_type` - (Optional) Type of role, either "oidc" (default) or "jwt". -* `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. +* `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. * `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