From ae8038c5c6ccd89727911ba38c0b6b9fd719e498 Mon Sep 17 00:00:00 2001 From: Ursula Kallio Date: Thu, 21 Apr 2022 11:36:14 +0200 Subject: [PATCH] Use verb "to set up" instead of noun "setup" (#48029) --- .../{setup-saml-with-okta.md => set-up-saml-with-okta.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename docs/sources/enterprise/saml/{setup-saml-with-okta.md => set-up-saml-with-okta.md} (93%) diff --git a/docs/sources/enterprise/saml/setup-saml-with-okta.md b/docs/sources/enterprise/saml/set-up-saml-with-okta.md similarity index 93% rename from docs/sources/enterprise/saml/setup-saml-with-okta.md rename to docs/sources/enterprise/saml/set-up-saml-with-okta.md index 6daa4655f50..4edd3de7a7b 100644 --- a/docs/sources/enterprise/saml/setup-saml-with-okta.md +++ b/docs/sources/enterprise/saml/set-up-saml-with-okta.md @@ -1,12 +1,12 @@ --- -title: 'Setup SAML authentication with Okta in Grafana' +title: 'Set up SAML authentication with Okta in Grafana' menuTitle: 'SAML authentication with Okta' -description: 'This is a guide to setup SAML authentication with Okta in Grafana' +description: 'This is a guide to set up SAML authentication with Okta in Grafana' keywords: ['grafana', 'saml', 'documentation', 'saml-auth', 'enterprise'] weight: 30 --- -# Setup SAML with Okta +# Set up SAML with Okta Grafana supports user authentication through Okta, which is useful when you want your users to access Grafana using single sign on. This guide will follow you through the steps of configuring SAML authentication in Grafana with [Okta](https://okta.com/). You need to be an admin in your Okta organization to access Admin Console and create SAML integration. You also need permissions to edit Grafana config file and restart Grafana server. @@ -15,7 +15,7 @@ Grafana supports user authentication through Okta, which is useful when you want - To configure SAML integration with Okta, create integration inside the Okta organization first. [Add integration in Okta](https://help.okta.com/en/prod/Content/Topics/Apps/apps-overview-add-apps.htm) - Ensure you have permission to administer SAML authentication. For more information about permissions, refer to [About users and permissions]({{< relref "../manage-users-and-permissions/about-users-and-permissions.md#">}}). -**To setup SAML with Okta:** +**To set up SAML with Okta:** 1. Log in to the [Okta portal](https://login.okta.com/). 1. Go to the Admin Console in your Okta organization by clicking **Admin** in the upper-right corner. If you are in the Developer Console, then click **Developer Console** in the upper-left corner and then click **Classic UI** to switch over to the Admin Console.