Skip to content

Commit 0943871

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into snapshotClarity
2 parents ce1ea26 + 3d80a07 commit 0943871

File tree

8 files changed

+220
-216
lines changed

8 files changed

+220
-216
lines changed

articles/active-directory/develop/active-directory-enterprise-app-role-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.workload: identity
1212
ms.topic: how-to
1313
ms.date: 11/11/2021
1414
ms.author: davidmu
15+
ms.reviewer: jeedes
1516
---
1617

1718
# Configure the role claim issued in the SAML token for enterprise applications

articles/api-management/validate-azure-ad-token-policy.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
6060
| Attribute | Description | Required | Default |
6161
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
6262
| tenant-id | Tenant ID or URL of the Azure Active Directory service. | Yes | N/A |
63-
| header-name | The name of the HTTP header holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
63+
| header-name | The name of the HTTP header holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | `Authorization` |
6464
| query-parameter-name | The name of the query parameter holding the token. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
6565
| token-value | Expression returning a string containing the token. You must not return `Bearer` as part of the token value. | One of `header-name`, `query-parameter-name` or `token-value` must be specified. | N/A |
6666
| failed-validation-httpcode | HTTP status code to return if the JWT doesn't pass validation. | No | 401 |
@@ -102,23 +102,7 @@ The `validate-azure-ad-token` policy enforces the existence and validity of a JS
102102

103103
### Simple token validation
104104

105-
```xml
106-
<validate-jwt header-name="Authorization" require-scheme="Bearer">
107-
<issuer-signing-keys>
108-
<key>{{jwt-signing-key}}</key> <!-- signing key specified as a named value -->
109-
</issuer-signing-keys>
110-
<audiences>
111-
<audience>@(context.Request.OriginalUrl.Host)</audience> <!-- audience is set to API Management host name -->
112-
</audiences>
113-
<issuers>
114-
<issuer>http://contoso.com/</issuer>
115-
</issuers>
116-
</validate-jwt>
117-
```
118-
119-
### Simple token validation
120-
121-
The following policy is the minimal form of the `validate-azure-ad-token` policy. It expects the JWT to be provided in the `Authorization` header using the `Bearer` scheme. In this example, the Azure AD tenant ID and client application ID are provided using named values.
105+
The following policy is the minimal form of the `validate-azure-ad-token` policy. It expects the JWT to be provided in the default `Authorization` header using the `Bearer` scheme. In this example, the Azure AD tenant ID and client application ID are provided using named values.
122106

123107
```xml
124108
<validate-azure-ad-token tenant-id="{{aad-tenant-id}}">

articles/backup/backup-azure-linux-database-consistent-enhanced-pre-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The new _enhanced_ pre-post script framework has the following key benefits:
3131

3232
The following the list of databases are covered under the enhanced framework:
3333

34-
- [Oracle (Generally Available)](../virtual-machines/workloads/oracle/oracle-database-backup-azure-backup.md) - [Link to support matrix](backup-support-matrix-iaas.md#support-matrix-for-managed-pre-post-scripts-for-linux-databases)
34+
- [Oracle (Generally Available)](../virtual-machines/workloads/oracle/oracle-database-backup-azure-backup.md) - [Link to support matrix](backup-support-matrix-iaas.md#support-matrix-for-managed-pre-and-post-scripts-for-linux-databases)
3535
- MySQL (Preview)
3636

3737
## Prerequisites

0 commit comments

Comments
 (0)