Skip to content

Commit 6b0a9b8

Browse files
authored
Merge pull request #295267 from v-shnarang/main
Updated 'oauth2Permissions' to 'oauth2PermissionScopes'
2 parents 8688aff + c8701ea commit 6b0a9b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/healthcare-apis/fhir/azure-ad-b2c-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ The B2C resource application handles authentication requests from your healthcar
159159
#### Configure API permissions for the app
160160
1. On the **App registrations page** in the left pane, choose **Manifest**.
161161

162-
1. Scroll until you find the `oauth2Permissions` array. Replace the array with one or more values in the [oauth2Permissions.json](https://raw.githubusercontent.com/Azure-Samples/azure-health-data-and-ai-samples/main/samples/fhir-aad-b2c/oauth2Permissions.json) file. Copy the entire array or individual permissions.
162+
1. Scroll until you find the `oauth2PermissionScopes` array in `Microsoft Graph App Manifest (New)` tab. Replace the array with one or more values in the [oauth2Permissions.json](https://raw.githubusercontent.com/Azure-Samples/azure-health-data-and-ai-samples/main/samples/fhir-aad-b2c/oauth2Permissions.json) file. Copy the entire array or individual permissions.
163163

164164
If you add a permission to the list, any user in the B2C tenant can obtain an access token with the API permission. If a level of access isn't appropriate for a user within the B2C tenant, don't add it to the array because there isn't a way to limit permissions to a subset of users.
165165

166-
1. After the **oauth2Permissions** array is populated, choose **Save**.
166+
1. After the **oauth2PermissionScopes** array is populated, choose **Save**.
167167

168168
:::image type="content" source="media/azure-ad-b2c-setup/b2c-application-manifest.png" alt-text="Screenshot showing B2C application manifest." lightbox="media/azure-ad-b2c-setup/b2c-application-manifest.png":::
169169

-1.59 MB
Loading

0 commit comments

Comments
 (0)