Skip to content

Commit 895636f

Browse files
Update articles/active-directory/develop/quickstart-configure-app-expose-web-apis.md
Co-authored-by: Chris Werner <[email protected]>
1 parent 49cb504 commit 895636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/quickstart-configure-app-expose-web-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To provide scoped access to the resources in your web API, you first need to reg
3232
1. Skip the **Add a redirect URI** and **Configure platform settings** sections. You don't need to configure a redirect URI for a web API since no user is logged in interactively.
3333
1. Skip the **Add credentials** section for now. Only if your API accesses a downstream API would it need its own credentials, a scenario not covered in this article.
3434

35-
With the web API registered, you're ready to add scopes to the API's code so it can provide granular permission to consumers.
35+
With the web API registered, you can add scopes to the API's code so it can provide granular permission to consumers.
3636

3737
## Add a scope
3838

0 commit comments

Comments
 (0)