From 8cc3fefe48fbb6398d8b9159fc1be913fd765c3e Mon Sep 17 00:00:00 2001 From: KhizerJaan Date: Wed, 16 Oct 2024 19:40:54 +0500 Subject: [PATCH] adds group spec png --- content/how-to-guides/integrating-vault.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/how-to-guides/integrating-vault.md b/content/how-to-guides/integrating-vault.md index e379f9e9..3817b390 100644 --- a/content/how-to-guides/integrating-vault.md +++ b/content/how-to-guides/integrating-vault.md @@ -113,6 +113,7 @@ This guide provides step-by-step instructions for integrating **Vault** with **K - **`owners.groups`** should be updated with the relevant Azure AD group IDs to enforce access control based on the users’ group memberships. + ![Group spec](../images/azuread-groupID.png) ## Conclusion By following these steps, you can successfully integrate Vault with Keycloak for OIDC authentication, using Azure AD group IDs for access control. This configuration allows for granular, group-based permissions while working with the limitations of Azure AD’s token output.