Skip to content

Commit 75ee4ea

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-csat
2 parents d067dc7 + 3be48f2 commit 75ee4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/scenario-protected-web-api-app-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Web APIs don't need to register a redirect URI because no user is signed in inte
5050

5151
Another setting specific to web APIs is the exposed API and the exposed scopes.
5252

53-
### Resource URI and scopes
53+
### Application ID URI and scopes
5454

55-
Scopes are usually in the form `resourceURI/scopeName`. For Microsoft Graph, the scopes have shortcuts like `User.Read`. This string is a shortcut for `https://graph.microsoft.com/user.read`.
55+
Scopes are usually in the form `ApplicationIdURI/scopeName`. For Microsoft Graph, the scopes have shortcuts like `User.Read`. This string is a shortcut for `https://graph.microsoft.com/user.read`.
5656

5757
During app registration, you'll need to define these parameters:
5858

59-
- The resource URI. By default, the application registration portal recommends that you to use `api://{clientId}`. This resource URI is unique, but it's not human readable. You can change it, but make sure the new value is unique.
59+
- The Application ID URI. By default, the application registration portal recommends that you to use `api://{clientId}`. This Application ID URI is unique, but it's not human readable. You can change it, but make sure the new value is unique.
6060
- One or more *scopes*. (To client applications, they'll show up as *delegated permissions* for your web API.)
6161
- One or more *app roles*. (To client applications, they'll show up as *application permissions* for your web API.)
6262

0 commit comments

Comments
 (0)