Skip to content

Commit c0007fc

Browse files
authored
Update credentials-how-to-azure-ad.md
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/119634
1 parent 6b7c6e3 commit c0007fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/api-management/credentials-how-to-azure-ad.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ On the **Connection** tab, complete the steps for your connection to the provide
127127
|**URL** for GET | /me/joinedTeams |
128128

129129
1. Select **All operations**. In the **Inbound processing** section, select the (**</>**) (code editor) icon.
130-
1. Make sure the `provider-id` and `authorization-id` values in the `get-authorization-context` policy correspond to the names of the credential provider and connection, respectively, that you configured in the preceding steps. Select **Save**.
130+
1. Copy and paste the following snippet. Update the `get-authorization-context` policy with the names of the credential provider and connection that you configured in the preceding steps, and select **Save**.
131+
* Substitute your credential provider name as the value of `provider-id`
132+
* Substitute your connection name as the value of `authorization-id`
131133

132134
```xml
133135
<policies>

0 commit comments

Comments
 (0)