From 782eda3e9a79d8d3e0b3e43ac34feb8e26fdec67 Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Thu, 31 Oct 2019 09:07:09 -0400 Subject: [PATCH] Update Azure AD instructions in generic-oauth.md (#20091) Update Azure AD instructions to follow heading changes in Azure Portal. > In the legacy experience, an app had Keys page. In the new experience, it has been renamed to Certificates & secrets. In addition, Public keys are referred to as Certificates and Passwords are referred to as Client secrets. Source: https://docs.microsoft.com/en-us/azure/active-directory/develop/app-registrations-training-guide#keyscertificates--secrets I verified by logging in Azure AD and walking through the steps. --- docs/sources/auth/generic-oauth.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/auth/generic-oauth.md b/docs/sources/auth/generic-oauth.md index efb4464bd01..404c6c2f4c4 100644 --- a/docs/sources/auth/generic-oauth.md +++ b/docs/sources/auth/generic-oauth.md @@ -156,11 +156,11 @@ allowed_organizations = 5. Note down the "Application ID", this will be the OAuth client id. -6. Click "Settings", then click "Keys" and add a new entry under Passwords - - Key Description: Grafana OAuth - - Duration: Never Expires +6. Click "Certificates & secrets" and add a new entry under Client secrets + - Description: Grafana OAuth + - Expires: Never -7. Click Save then copy the key value, this will be the OAuth client secret. +7. Click Add then copy the key value, this will be the OAuth client secret. 8. Configure Grafana as follows: