From 1381c62708996dda947aff76dfb7c70c1b933db2 Mon Sep 17 00:00:00 2001 From: Spencer Witt Date: Thu, 26 Dec 2024 10:45:31 -0600 Subject: [PATCH] Apply grammar/formatting suggestions Co-authored-by: Andy Pai --- .../identity-providers/enterprise/samlv2-idp-initiated.mdx | 6 +++--- .../identity-providers/overview-samlv2.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/samlv2-idp-initiated.mdx b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/samlv2-idp-initiated.mdx index 688932121a..f6439855cf 100644 --- a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/samlv2-idp-initiated.mdx +++ b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/enterprise/samlv2-idp-initiated.mdx @@ -49,7 +49,7 @@ Once you have completed this configuration you will be able to log in to FusionA ## Create a SAML v2 IdP Initiated Identity Provider -To create an Identity Provider navigate to **Settings -> Identity Providers** and click **Add provider** and select **SAML v2 IdP Initiated**. +To create an Identity Provider navigate to **Settings -> Identity Providers**, click **Add provider**, and select **SAML v2 IdP Initiated**. This will take you to the **Add SAML v2 IdP Initiated** panel. Here you will need to fill out the required fields. @@ -74,7 +74,7 @@ This will take you to the **Add SAML v2 IdP Initiated** panel. Here you will nee The public key or certificate that you must import into FusionAuth's KeyMaster. This is the public key provided to you by the identity provider. - The linking strategy for the SAML v2 identity provider. [See Linking Strategies for more](/docs/lifecycle/authenticate-users/identity-providers/#linking-strategies). + The linking strategy for the SAML v2 identity provider. See [Linking Strategies](/docs/lifecycle/authenticate-users/identity-providers/#linking-strategies) for more information. A lambda maps custom claims returned from the SAML response into the FusionAuth `User` and `Registration`. To learn more about creating a lambda, view the [SAML v2 Reconcile lambda documentation](/docs/extend/code/lambdas/samlv2-response-reconcile). @@ -82,7 +82,7 @@ This will take you to the **Add SAML v2 IdP Initiated** panel. Here you will nee To configure a lambda, navigate to **Settings -> Lambdas**. - Some identity providers are not compliant with the SAML and XML signing specifications. This makes it challenging to get them working with FusionAuth. + Some identity providers are not compliant with the SAML and XML signing specifications. This can make it challenging to integrate with them. If you are running into integration issues, toggle this setting on and FusionAuth will output debugging information into the Event Log during a SAML login. You can find the event log in **System -> Event Log**. diff --git a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/overview-samlv2.mdx b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/overview-samlv2.mdx index b0da61a6ff..973c40d659 100644 --- a/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/overview-samlv2.mdx +++ b/astro/src/content/docs/lifecycle/authenticate-users/identity-providers/overview-samlv2.mdx @@ -42,7 +42,7 @@ Once you have completed this configuration you will be able to enable the SAML v ## Create a SAML v2 Identity Provider -To create an Identity Provider navigate to **Settings -> Identity Providers** and click `Add provider` and select `SAML v2` from the dialog. +To create an Identity Provider navigate to **Settings -> Identity Providers**, click `Add provider`, and select `SAML v2` from the dialog. This will take you to the `Add SAML v2` screen. Here you will need to fill out the required fields. If you do not know the IdP endpoint of your SAML v2 provider, you will need to contact the identity provider owner to get the URL. @@ -92,7 +92,7 @@ This will take you to the `Add SAML v2` screen. Here you will need to fill out t A lambda maps custom claims returned from the SAML Response to the FusionAuth User or Registration. - To create or configure a lambda, navigate to **Settings -> Lambdas**. [See the lambda documentation for more](/docs/extend/code/lambdas/). + To create or configure a lambda, navigate to **Settings -> Lambdas**. See the [lambda documentation](/docs/extend/code/lambdas/) for more information on using lambdas. Some identity providers are not compliant with the SAML and XML signing specifications. This makes it challenging to get them working with FusionAuth. @@ -129,7 +129,7 @@ This will take you to the `Add SAML v2` screen. Here you will need to fill out t When enabled authentication requests sent to the Identity Provider will be signed. - The key used to sign the SAML request. Required when Sign request is enabled. To create, manage or import a key, navigate to **Settings -> Key Master**. + The key used to sign the SAML request. Required when Sign request is enabled. To create, manage, or import a key, navigate to **Settings -> Key Master**. The XML signature canonicalization method used when digesting and signing the SAML request. Required when Use POST method and Sign request are enabled.