diff --git a/src/content/boundary/install-landing.json b/src/content/boundary/install-landing.json index 8158fdf3ff..7ade28a7ee 100644 --- a/src/content/boundary/install-landing.json +++ b/src/content/boundary/install-landing.json @@ -1,5 +1,6 @@ { "featuredTutorialsSlugs": [ + "boundary/oidc-auth0", "boundary/oss-vault-cred-brokering-quickstart", "boundary/hcp-manage-workers", "boundary/hcp-ssh-cred-injection", diff --git a/src/content/boundary/product-landing.json b/src/content/boundary/product-landing.json index 1a0cadaa67..a4456d80be 100644 --- a/src/content/boundary/product-landing.json +++ b/src/content/boundary/product-landing.json @@ -41,6 +41,11 @@ { "type": "linked_cards", "cards": [ + { + "heading": "Identity-based Access", + "body": "Enable privileged sessions for users and applications based on user identity and role.", + "url": "/boundary/tutorials/identity-management" + }, { "heading": "Service Discovery", "body": "Service discovery focuses on automating the process of onboarding new or changed infrastructure resources to Boundary as hosts.", @@ -67,6 +72,7 @@ { "type": "tutorial_cards", "tutorialSlugs": [ + "boundary/oidc-auth0", "boundary/oss-vault-cred-brokering-quickstart", "boundary/hcp-manage-workers", "boundary/hcp-ssh-cred-injection",