diff --git a/astro/src/content/docs/_shared/_idp-form-fields.astro b/astro/src/content/docs/_shared/_idp-form-fields.astro index 2563112b13..1e8ffbc3ad 100644 --- a/astro/src/content/docs/_shared/_idp-form-fields.astro +++ b/astro/src/content/docs/_shared/_idp-form-fields.astro @@ -14,7 +14,7 @@ const { getStartedHref, getStartedText, idp, linkingStrategy, scopeDefault, scop {idp !== 'Steam' && - The client secret obtained from {idp} used to authenticate the request. See {getStartedText}.} + The client secret obtained from {idp} and used to authenticate the request. See {getStartedText}.} { idp === 'Steam' && diff --git a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/azure-ad-oidc.mdx b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/azure-ad-oidc.mdx index 417d563c5b..00353d89e9 100644 --- a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/azure-ad-oidc.mdx +++ b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/azure-ad-oidc.mdx @@ -50,13 +50,13 @@ To create an Azure AD Identity Provider return to FusionAuth and navigate to Client authentication method to `HTTP Basic authentication (client_secret_basic)`. +You will need to set the Client authentication method to `HTTP Basic authentication (client_secret_basic)`. Client Id and Client secret values reference the previously noted Azure AD Application's `Application (client) ID`, client secret `VALUE`. The Redirect URL is read only and generated for you based upon the URL of FusionAuth, this value should match the one you configured in your Azure application. -Azure AD has implemented a well-known configuration endpoint, FusionAuth will be able to discover the necessary endpoints using a discovery document by entering the Microsoft Authority URL (Issuer) in the Issuer field. +Azure AD has implemented a well-known configuration endpoint, so FusionAuth will be able to discover the necessary endpoints using a discovery document by entering the Microsoft Authority URL in the Issuer field. To see the Issuer field, you may need to toggle Discover endpoints. -The Microsoft URL may diff across national clouds, so you will need to review the Microsoft documentation to ensure you have the correct URL for your region. For the Microsoft global Azure AD service, the URLs are as follows, where `{tenantId}` is the `Directory (tenant) ID` previously noted while creating our Azure AD Application. +The Microsoft URL may differ across national clouds, so you will need to review the Microsoft documentation to ensure you have the correct URL for your region. For the Microsoft global Azure AD service, the URLs are as follows, where `{tenantId}` is the `Directory (tenant) ID` previously noted while creating our Azure AD Application. - Azure AD v1 `https://login.microsoftonline.com/{tenantId}` - Azure AD v2 `https://login.microsoftonline.com/{tenantId}/v2.0`