Docs: Update SAML docs (#93379)

SAML docs update
This commit is contained in:
Misi 2024-09-23 17:16:53 +02:00 committed by GitHub
parent a20a0debf7
commit d6f4246f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,11 +209,10 @@ In order to validate Azure AD users with Grafana, you need to configure the SAML
1. In the Set up **Single Sign-On with SAML** pane, select the pencil icon for **Basic SAML Configuration** to edit the settings. 1. In the Set up **Single Sign-On with SAML** pane, select the pencil icon for **Basic SAML Configuration** to edit the settings.
1. In the **Basic SAML Configuration** pane, click on the **Edit** button and update the following fields: 1. In the **Basic SAML Configuration** pane, click on the **Edit** button and update the following fields:
- In the **Identifier (Entity ID)** field, enter `https://localhost/saml/metadata`. - In the **Identifier (Entity ID)** field, enter `https://localhost/saml/metadata`.
- In the **Identifier (Entity ID)** field, remove the default value.
- In the **Reply URL (Assertion Consumer Service URL)** field, enter `https://localhost/saml/acs`. - In the **Reply URL (Assertion Consumer Service URL)** field, enter `https://localhost/saml/acs`.
- In the **Sign on URL** field, enter `https://localhost/saml/auth`. - In the **Sign on URL** field, enter `https://localhost`.
- In the **Relay State** field, enter `https://localhost/saml/slo`. - In the **Relay State** field, enter `https://localhost`.
- In the **Logout URL** field, enter `https://localhost/logout`. - In the **Logout URL** field, enter `https://localhost/saml/slo`.
1. Select **Save**. 1. Select **Save**.
1. At the **SAML Certificate** section, copy the **App Federation Metadata Url**. 1. At the **SAML Certificate** section, copy the **App Federation Metadata Url**.
- Use this URL in the `idp_metadata_url` field in the `custom.ini` file. - Use this URL in the `idp_metadata_url` field in the `custom.ini` file.