From afca62c7247667bf62b5378fc678cb047a277b3d Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Thu, 23 May 2024 17:50:36 +0000 Subject: [PATCH] backport of commit f039357bf790e2626df6e6a0c24b621097ac6cf6 --- .../docs/concepts/domain-model/managed-groups.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/docs/concepts/domain-model/managed-groups.mdx b/website/content/docs/concepts/domain-model/managed-groups.mdx index 29f19c861e..9309f07785 100644 --- a/website/content/docs/concepts/domain-model/managed-groups.mdx +++ b/website/content/docs/concepts/domain-model/managed-groups.mdx @@ -34,12 +34,10 @@ OIDC managed groups have the following additional attributes: - `filter` - (required) A boolean expression defining a filter run against the provided information. - For general syntax information see the [filtering concepts][] page; for more - specific information on the data available for this purpose see the [OIDC - Managed Groups Filtering][] page. + For general syntax information refer to the [filtering concepts][] page; for more specific information on the data available for this purpose refer to the [managed groups filtering][] page. [filtering concepts]: /boundary/docs/concepts/filtering -[oidc managed groups filtering]: /boundary/docs/concepts/filtering/oidc-managed-groups +[managed groups filtering]: /boundary/docs/concepts/filtering/managed-groups ### LDAP managed group information and attributes @@ -68,4 +66,6 @@ The following services are relevant to this resource: ## Tutorial -Refer to the [Manage Users and Groups with HCP Boundary](/boundary/tutorials/hcp-administration/hcp-manage-users-groups) tutorial to learn how to complete user management related tasks. +Refer to the [Manage users and groups with HCP Boundary](/boundary/tutorials/hcp-administration/hcp-manage-users-groups) tutorial to learn how to complete user management related tasks. + +Refer to the [Identity management](/boundary/tutorials/identity-management) tutorials to learn about OIDC, LDAP, and managed groups. \ No newline at end of file