From 0bf9b6a9314ba755cc3331dda8076d1af3734ab4 Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Wed, 18 Aug 2021 10:49:10 -0400 Subject: [PATCH] Typo fix in saml.md (#31451) --- docs/sources/enterprise/saml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/saml.md b/docs/sources/enterprise/saml.md index df41235b560..d2a7ad9f52a 100644 --- a/docs/sources/enterprise/saml.md +++ b/docs/sources/enterprise/saml.md @@ -115,7 +115,7 @@ For the SAML integration to work correctly, you need to make the IdP aware of th The integration provides two key endpoints as part of Grafana: -- The `/saml/metadata` endpoint, which contains the SP metadata. You can either download and upload it manually, or youmake the IdP request it directly from the endpoint. Some providers name it Identifier or Entity ID. +- The `/saml/metadata` endpoint, which contains the SP metadata. You can either download and upload it manually, or you make the IdP request it directly from the endpoint. Some providers name it Identifier or Entity ID. - The `/saml/acs` endpoint, which is intended to receive the ACS (Assertion Customer Service) callback. Some providers name it SSO URL or Reply URL. ### IdP-initiated Single Sign-On (SSO)