Skip to content

Commit 7367ed6

Browse files
authored
Merge pull request #109348 from julieMSFT/release-ignite-arcadia
Dirty PR to resolve merge conflicts with master in release-ignite-arcadia
2 parents 38afc1e + 1e07628 commit 7367ed6

File tree

629 files changed

+6649
-5230
lines changed

Some content is hidden

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

629 files changed

+6649
-5230
lines changed

.openpublishing.redirection.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12529,6 +12529,11 @@
1252912529
"redirect_url": "/azure/blockchain/workbench",
1253012530
"redirect_document_id": false
1253112531
},
12532+
{
12533+
"source_path": "articles/blockchain/service/connect-truffle.md",
12534+
"redirect_url": "/azure/blockchain/service/connect-vscode",
12535+
"redirect_document_id": false
12536+
},
1253212537
{
1253312538
"source_path": "articles/azure-resource-manager/best-practices-resource-manager-security.md",
1253412539
"redirect_url": "/azure/best-practices-network-security",
@@ -50275,6 +50280,11 @@
5027550280
"redirect_url": "/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-best-practices",
5027650281
"redirect_document_id": true
5027750282
},
50283+
{
50284+
"source_path": "articles/sql-data-warehouse/sql-data-warehouse-best-practices-development.md",
50285+
"redirect_url": "/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-best-practices-development",
50286+
"redirect_document_id": true
50287+
},
5027850288
{
5027950289
"source_path": "articles/sql-data-warehouse/sql-data-warehouse-concept-recommendations.md",
5028050290
"redirect_url": "/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-recommendations",
@@ -50388,9 +50398,23 @@
5038850398
"redirect_url": "/azure/active-directory/hybrid/choose-ad-authn",
5038950399
"redirect_document_id": true
5039050400
},
50401+
{
50402+
"source_path": "articles/azure-monitor/app/opencensus-go.md",
50403+
"redirect_url": "/azure/azure-monitor/overview",
50404+
"redirect_document_id": false
50405+
},
50406+
{
50407+
"source_path": "articles/azure-monitor/app/opencensus-local-forwarder.md",
50408+
"redirect_url": "/azure/azure-monitor/overview",
50409+
"redirect_document_id": false
50410+
},
5039150411
{
5039250412
"source_path": "articles/cognitive-services/Speech-Service/quickstart-voice-assistant-csharp-uwp.md",
5039350413
"redirect_url": "/azure/cognitive-services/speech-service/quickstarts/voice-assistants?pivots=programming-language-csharp&tabs=uwp"
50414+
},
50415+
{
50416+
"source_path": "articles/load-balancer/use-existing-lb-vmss-cli.md",
50417+
"redirect_url": "/azure/load-balancer/configure-vm-scale-set-cli"
5039450418
}
5039550419
]
5039650420
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"markdown.docsetName": "azure",
3+
"markdown.docsetRootFolderName": "articles",
4+
"markdown.omitDefaultJsonProperties": true,
25
"markdown.docsetLanguages": [
36
".NET Core CLI",
47
"Apache",

articles/active-directory-b2c/TOC.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,18 +233,16 @@
233233
href: direct-signin.md
234234
- name: Add your own business logic
235235
items:
236+
- name: Integrate REST API
237+
href: custom-policy-rest-api-intro.md
236238
- name: Validate user input
237239
href: custom-policy-rest-api-claims-validation.md
238240
displayName: rest claims validation, validate
239241
- name: Obtain additional claims
240242
href: custom-policy-rest-api-claims-exchange.md
241243
displayName: rest claims exchange
242-
- name: Add your own RESTful API
243-
href: rest-api-claims-exchange-dotnet.md
244-
- name: Secure RESTful APIs with basic auth
245-
href: secure-rest-api-dotnet-basic-auth.md
246-
- name: Secure RESTful APIs with certificate auth
247-
href: secure-rest-api-dotnet-certificate-auth.md
244+
- name: Secure REST API
245+
href: secure-rest-api.md
248246
- name: Define custom attributes
249247
href: custom-policy-custom-attributes.md
250248
- name: Troubleshooting

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/24/2020
12+
ms.date: 03/26/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -251,7 +251,7 @@ The following technical profile deletes a social user account using **alternativ
251251
| ClientId | No | The client identifier for accessing the tenant as a third party. For more information, see [Use custom attributes in a custom profile edit policy](custom-policy-custom-attributes.md) |
252252
| IncludeClaimResolvingInClaimsHandling  | No | For input and output claims, specifies whether [claims resolution](claim-resolver-overview.md) is included in the technical profile. Possible values: `true`, or `false` (default). If you want to use a claims resolver in the technical profile, set this to `true`. |
253253

254-
### Error messages
254+
### UI elements
255255

256256
The following settings can be used to configure the error message displayed upon failure. The metadata should be configured in the [self-asserted](self-asserted-technical-profile.md) technical profile. The error messages can be [localized](localization.md).
257257

articles/active-directory-b2c/custom-policy-keep-me-signed-in.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 03/24/2020
11+
ms.date: 03/26/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -48,9 +48,27 @@ To enable KMSI, set the content definition `DataUri` element to [page identifier
4848
</BuildingBlocks>
4949
```
5050

51-
1. Save the extensions file.
51+
## Add the metadata to the self-asserted technical profile
52+
53+
To add the KMSI checkbox to the sign-up and sign-in page, set the `setting.enableRememberMe` metadata to false. Override the SelfAsserted-LocalAccountSignin-Email technical profiles in the extension file.
54+
55+
1. Find the ClaimsProviders element. If the element doesn't exist, add it.
56+
1. Add the following claims provider to the ClaimsProviders element:
5257

58+
```XML
59+
<ClaimsProvider>
60+
<DisplayName>Local Account</DisplayName>
61+
<TechnicalProfiles>
62+
<TechnicalProfile Id="SelfAsserted-LocalAccountSignin-Email">
63+
<Metadata>
64+
<Item Key="setting.enableRememberMe">True</Item>
65+
</Metadata>
66+
</TechnicalProfile>
67+
</TechnicalProfiles>
68+
</ClaimsProvider>
69+
```
5370

71+
1. Save the extensions file.
5472

5573
## Configure a relying party file
5674

0 commit comments

Comments
 (0)