docs: Add docs on generating SAML cert from the UI (#96538)

* add docs on generating SAML cert from the UI

* run prettier
pull/96413/head
Mihai Doarna 1 year ago committed by GitHub
parent 06196022cf
commit 7d25e9ce86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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).

Loading…
Cancel
Save