diff --git a/data/llm_descriptions.yml b/data/llm_descriptions.yml index fe18fbd2b22..1fe590a7fa8 100644 --- a/data/llm_descriptions.yml +++ b/data/llm_descriptions.yml @@ -386,7 +386,7 @@ platform/cli/reference/update: "CLI reference for bk update: update the installed bk CLI or print update instructions, handling Homebrew, mise, and standalone binary installations." platform/cli/reference/user: "CLI reference for bk user: invite users to your organization." platform/cli/reference/version: "CLI reference for bk version: display the installed CLI version." - platform/sso: "Overview of SSO support, listing providers (Okta, ADFS, GitHub, Google, Azure AD, OneLogin, custom SAML)." + platform/sso: "Overview of SSO support, listing providers (Okta, ADFS, GitHub, Google, Azure Entra ID, OneLogin, custom SAML)." platform/sso/okta: "Configuring Okta as an SSO provider with SAML and optional SCIM user provisioning." platform/sso/adfs: "Step-by-step setup of Active Directory Federation Services (ADFS) as an SSO provider." platform/sso/google-workspace: "Setting up Google Workspace (G Suite) as an SSO provider using OpenID." diff --git a/data/nav.yml b/data/nav.yml index f9a0b734509..70ff03c2ccb 100644 --- a/data/nav.yml +++ b/data/nav.yml @@ -977,7 +977,7 @@ path: "platform/sso/github-sso" - name: "OneLogin" path: "platform/sso/onelogin" - - name: "Azure AD" + - name: "Azure Entra ID" path: "platform/sso/azure-ad" - name: "Custom SAML" path: "platform/sso/custom-saml" diff --git a/pages/platform/sso.md b/pages/platform/sso.md index 508a0e635c3..21572c6b44e 100644 --- a/pages/platform/sso.md +++ b/pages/platform/sso.md @@ -20,7 +20,7 @@ Buildkite supports the following SSO providers: * [GitHub](/docs/platform/sso/github-sso) * [Google Workspace](/docs/platform/sso/google-workspace) * [Google Workspace (SAML)](/docs/platform/sso/google-workspace-saml) -* [Azure Active Directory](/docs/platform/sso/azure-ad) +* [Azure Entra ID](/docs/platform/sso/azure-ad) * [OneLogin](/docs/platform/sso/onelogin) * [Custom SAML](/docs/platform/sso/custom-saml) diff --git a/pages/platform/sso/azure_ad.md b/pages/platform/sso/azure_ad.md index 9270edee7f2..de979e28399 100644 --- a/pages/platform/sso/azure_ad.md +++ b/pages/platform/sso/azure_ad.md @@ -2,6 +2,9 @@ You can use [Microsoft Entra ID](https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id#Overview) (formerly known as Azure Active Directory) as an SSO provider for your Buildkite organization. To complete this tutorial, you need admin privileges for both Azure and Buildkite. +> 📘 Enterprise plan feature +> Microsoft Entra ID (Azure AD) SSO is only available to Buildkite customers on the [Enterprise](https://buildkite.com/pricing) plan. + > 📘 You can also set up SSO providers manually with GraphQL. > See the SSO setup with GraphQL guide for detailed instructions and code samples. @@ -53,7 +56,7 @@ Then, on your [Buildkite organization **Settings**](https://buildkite.com/organi Once you've [performed a test login](#step-4-perform-a-test-login) you can enable your SSO provider using the **Enable** button. Enabling the SSO provider will not force a log out of any signed in users, but will cause all new or expired sessions to authorize through Azure AD before accessing any organization data. > 🚧 ->If you need to edit or update your Azure Active Directory provider settings, you will need to disable the SSO provider first. +>If you need to edit or update your Azure Entra ID provider settings, you will need to disable the SSO provider first. ## Using SCIM to provision and manage users