Skip to content

Commit 47f7b71

Browse files
committed
Bringing in line with main. Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into work-lb-update
2 parents 491ad2c + 2250f05 commit 47f7b71

File tree

691 files changed

+26376
-18466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

691 files changed

+26376
-18466
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 4920 additions & 0 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.json

Lines changed: 9233 additions & 14147 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/add-api-connector-token-enrichment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Content-type: application/json
144144
| -------------------------------------------------- | ----------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
145145
| version | String | Yes | The version of your API. |
146146
| action | String | Yes | Value must be `Continue`. |
147-
| \<builtInUserAttribute> | \<attribute-type> | No | They can returned in the token if selected as an **Application claim**. |
147+
| \<builtInUserAttribute> | \<attribute-type> | No | They can be returned in the token if selected as an **Application claim**. |
148148
| \<extension\_{extensions-app-id}\_CustomAttribute> | \<attribute-type> | No | The claim does not need to contain `_<extensions-app-id>_`, it is *optional*. They can returned in the token if selected as an **Application claim**. |
149149

150150
::: zone-end

articles/active-directory-b2c/error-codes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
6161
| `AADB2C99059` | The supplied request must present a code_challenge. Required for single-page apps using the authorization code flow.| [Authorization code flow](authorization-code-flow.md) |
6262
| `AADB2C90067` | The post logout redirect URI '{0}' has an invalid format. Specify an https based URL such as 'https://example.com/return' or for native clients use the IETF native client URI 'urn:ietf:wg:oauth:2.0:oob'. | [Send a sign-out request](openid-connect.md#send-a-sign-out-request) |
6363
| `AADB2C90068` | The provided application with ID '{0}' is not valid against this service. Please use an application created via the B2C portal and try again. | [Register a web application in Azure AD B2C](tutorial-register-applications.md) |
64+
| `AADB2C90073` | KeyContainer with 'id': '{0}' cannot be found in the directory '{1}' |
6465
| `AADB2C90075` | The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
6566
| `AADB2C90077` | User does not have an existing session and request prompt parameter has a value of '{0}'. |
6667
| `AADB2C90079` | Clients must send a client_secret when redeeming a confidential grant. | [Create a web app client secret](configure-authentication-sample-web-app-with-api.md#step-24-create-a-web-app-client-secret) |

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
158158
| **months** | January, February, March, April, May, June, July, August, September, October, November, December |
159159
| **ver_fail_server** | We are having trouble verifying your email address. Please enter a valid email address and try again. |
160160
| **error_requiredFieldMissing** | A required field is missing. Please fill out all required fields and try again. |
161+
| **heading** | User Details |
161162
| **initial_intro** | Please provide the following details. |
162163
| **ver_but_resend** | Send new code |
163164
| **button_continue** | Create |
@@ -234,6 +235,7 @@ The following example shows the use of some of the user interface elements in th
234235
<LocalizedString ElementType="UxElement" StringId="error_passwordEntryMismatch">The password entry fields do not match. Please enter the same password in both fields and try again.</LocalizedString>
235236
<LocalizedString ElementType="UxElement" StringId="error_requiredFieldMissing">A required field is missing. Please fill out all required fields and try again.</LocalizedString>
236237
<LocalizedString ElementType="UxElement" StringId="helplink_text">What is this?</LocalizedString>
238+
<LocalizedString ElementType="UxElement" StringId="heading">User Details</LocalizedString>
237239
<LocalizedString ElementType="UxElement" StringId="initial_intro">Please provide the following details.</LocalizedString>
238240
<LocalizedString ElementType="UxElement" StringId="preloader_alt">Please wait</LocalizedString>
239241
<LocalizedString ElementType="UxElement" StringId="required_field">This information is required.</LocalizedString>

articles/active-directory-b2c/string-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ Extracts parts of a string claim type, beginning at the character at the specifi
10621062
| InputClaim | inputClaim | string | The claim type, which contains the string. |
10631063
| InputParameter | startIndex | int | The zero-based starting character position of a substring in this instance. |
10641064
| InputParameter | length | int | The number of characters in the substring. |
1065-
| OutputClaim | outputClaim | boolean | A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
1065+
| OutputClaim | outputClaim | string | A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
10661066

10671067
### Example of StringSubstring
10681068

31.9 KB
Loading
34.5 KB
Loading
133 KB
Loading
93.8 KB
Loading

0 commit comments

Comments
 (0)