Skip to content

Commit 573d395

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit 573d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/howto-protect-backend-frontend-azure-ad-b2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ You'll need to add CIDR formatted blocks of addresses to the IP restrictions pan
221221
1. Click Browse, choose the function app you're hosting the API inside, and click select. Next, click select again.
222222
1. Give the API a name and description for API Management's internal use and add it to the ‘unlimited’ Product.
223223
1. Copy and record the API's 'base URL' and click 'create'.
224-
1. Click the 'settings' tab, then under subscription - switch off the 'Subscription Required' checkbox as we'll use the OAuth JWT token in this case to rate limit. Note that if you're using the consumption tier, this would still be required in a production environment.
224+
1. Click the 'settings' tab, then under subscription - switch off the 'Subscription Required' checkbox as we'll use the OAuth JWT in this case to rate limit. Note that if you're using the consumption tier, this would still be required in a production environment.
225225

226226
> [!TIP]
227227
> If using the consumption tier of APIM the unlimited product won't be available as an out of the box. Instead, navigate to "Products" under "APIs" and hit "Add".

0 commit comments

Comments
 (0)