You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
page_type: sample
3
-
description: This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Ruby on Rails apps.
3
+
description: This sample demonstrates how to use the Microsoft Graph REST API to access data in Office 365 from Ruby on Rails apps.
4
4
products:
5
5
- ms-graph
6
6
- office-exchange-online
@@ -25,11 +25,11 @@ To run the completed project in this folder, you need the following:
25
25
26
26
This sample was written for Ruby 3.1.2.
27
27
28
-
## Register a web application with the Azure Active Directory admin center
28
+
## Register a web application with the Microsoft Entra admin center
29
29
30
-
1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com). Login using a**personal account** (aka: Microsoft Account) or**Work or School Account**.
30
+
1. Open a browser and navigate to the [Microsoft Entra admin center](https://entra.microsoft.com). Login using a **Work or School Account**.
31
31
32
-
1.Select**Azure Active Directory** in the left-hand navigation, then select **App registrations** under **Manage**.
32
+
1.Expand**Identity** in the left-hand navigation, expand **Applications**, then select **App registrations**.
33
33
34
34
1. Select **New registration**. On the **Register an application** page, set the values as follows.
0 commit comments