From 7d25e9ce86e8fad4e54c255b8a50e1837b33767c Mon Sep 17 00:00:00 2001 From: Mihai Doarna Date: Fri, 15 Nov 2024 17:36:45 +0200 Subject: [PATCH] docs: Add docs on generating SAML cert from the UI (#96538) * add docs on generating SAML cert from the UI * run prettier --- .../configure-authentication/saml-ui/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml-ui/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml-ui/index.md index b3baddc683b..187fd6356dc 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml-ui/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml-ui/index.md @@ -87,6 +87,8 @@ Sign in to Grafana and navigate to **Administration > Authentication > Configure For more information, refer to an [example on how to generate SAML credentials]({{< relref "../saml#generate-private-key-for-saml-authentication" >}}). + Alternatively, you can generate a new private key and certificate pair directly from the UI. Click on the `Generate key and certificate` button to open a form where you enter some information you want to be embedded into the new certificate. + 1. Choose which signature algorithm should be used. The SAML standard recommends using a digital signature for some types of messages, like authentication or logout requests to avoid [man-in-the-middle attacks](https://en.wikipedia.org/wiki/Man-in-the-middle_attack).