From 8841b7716e308b5fb66b1d0791c12c9048039c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eino=20M=C3=A4kitalo?= Date: Tue, 25 Aug 2020 09:41:11 +0300 Subject: [PATCH] Update _index.md When I used offered Graph API https://graph.microsoft.com , Rancher 2.4.5 failed with error code. Changing value https://graph.windows.net/ make it work. --- .../v2.x/en/admin-settings/authentication/azure-ad/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/admin-settings/authentication/azure-ad/_index.md b/content/rancher/v2.x/en/admin-settings/authentication/azure-ad/_index.md index 1400dfb6ce..b13d7d423b 100644 --- a/content/rancher/v2.x/en/admin-settings/authentication/azure-ad/_index.md +++ b/content/rancher/v2.x/en/admin-settings/authentication/azure-ad/_index.md @@ -169,11 +169,11 @@ As your final step in Azure, copy the data that you'll use to configure Rancher 2. Copy the following endpoints to your clipboard and paste them into your [text file](#tip) (these values will be your Rancher endpoint values). - - **Microsoft Graph API endpoint** (Graph Endpoint) + - **Microsoft Graph API endpoint** (Graph Endpoint) - **OAuth 2.0 token endpoint (v1)** (Token Endpoint) - **OAuth 2.0 authorization endpoint (v1)** (Auth Endpoint) ->**Note:** Copy the v1 version of the endpoints +>**Note:** Copy the v1 version of the endpoints. Also it seems that new graph api endpoint offered is not working. Try then https://graph.windows.net/. ### 5. Configure Azure AD in Rancher