Skip to content

Commit c1a0c1e

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram-0519
2 parents 744f7fb + 301b818 commit c1a0c1e

File tree

312 files changed

+4098
-2086
lines changed

Some content is hidden

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

312 files changed

+4098
-2086
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/cosmos-db/sql-api-async-java-samples.md",
5+
"redirect_url": "/azure/cosmos-db/sql-api-java-sdk-samples",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/cosmos-db/sql-api-java-samples.md",
10+
"redirect_url": "/azure/cosmos-db/sql-api-java-sdk-samples",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "articles/openshift/howto-azure-monitor-v4.md",
515
"redirect_url": "articles/azure-monitor/insights/container-insights-azure-redhat4-setup.md",
@@ -8049,7 +8059,7 @@
80498059
},
80508060
{
80518061
"source_path": "articles/azure-functions/functions-create-first-java-maven.md",
8052-
"redirect_url": "/azure/azure-functions/functions-create-first-java-gradle",
8062+
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli?tabs=bash%2Cbrowser&pivots=programming-language-java",
80538063
"redirect_document_id": false
80548064
},
80558065
{

articles/active-directory-b2c/connect-with-saml-service-providers.md

Lines changed: 1 addition & 3 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/20/2020
12+
ms.date: 05/18/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
ms.custom: fasttrack-edit
@@ -19,8 +19,6 @@ ms.custom: fasttrack-edit
1919

2020
In this article, you learn how to configure Azure Active Directory B2C (Azure AD B2C) to act as a Security Assertion Markup Language (SAML) identity provider (IdP) to your applications.
2121

22-
[!INCLUDE [active-directory-b2c-public-preview](../../includes/active-directory-b2c-public-preview.md)]
23-
2422
## Scenario overview
2523

2624
Organizations that use Azure AD B2C as their customer identity and access management solution might require interaction with identity providers or applications that are configured to authenticate using the SAML protocol.

articles/active-directory-b2c/custom-policy-developer-notes.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: conceptual
12-
ms.date: 04/28/2020
12+
ms.date: 05/19/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -65,7 +65,7 @@ Custom policy/Identity Experience Framework capabilities are under constant and
6565
| [OAuth2 implicit flow](implicit-flow-single-page-application.md) | | | X | |
6666
| [OAuth2 resource owner password credentials](ropc-custom.md) | | X | | |
6767
| [OIDC Connect](openid-connect.md) | | | X | |
68-
| [SAML2](connect-with-saml-service-providers.md) | |X | | POST and Redirect bindings. |
68+
| [SAML2](connect-with-saml-service-providers.md) | | |X | POST and Redirect bindings. |
6969
| OAuth1 | | | | Not supported. |
7070
| WSFED | X | | | |
7171

articles/active-directory/cloud-provisioning/how-to-install.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: daveba
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: conceptual
10-
ms.date: 02/26/2020
10+
ms.date: 05/19/2020
1111
ms.subservice: hybrid
1212
ms.author: billmath
1313
ms.collection: M365-identity-device-management
@@ -72,14 +72,7 @@ To verify the agent is being seen by Azure, follow these steps.
7272

7373
![On-premises provisioning agents screen](media/how-to-install/verify1.png)</br>
7474

75-
### Verify the port
76-
To verify that Azure is listening on port 443 and that your agent can communicate with it, follow these steps.
7775

78-
https://aadap-portcheck.connectorporttest.msappproxy.net/
79-
80-
This test verifies that your agents can communicate with Azure over port 443. Open a browser, and go to the previous URL from the server where the agent is installed.
81-
82-
![Verification of port reachability](media/how-to-install/verify2.png)
8376

8477
### On the local server
8578
To verify that the agent is running, follow these steps.

articles/active-directory/cloud-provisioning/tutorial-pilot-aadc-aadccp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: daveba
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: overview
10-
ms.date: 03/04/2020
10+
ms.date: 05/19/2020
1111
ms.subservice: hybrid
1212
ms.author: billmath
1313
ms.collection: M365-identity-device-management
@@ -196,7 +196,9 @@ Azure AD Connect sync synchronizes changes occurring in your on-premises directo
196196
3. Run `Start-ADSyncSyncCycle`. Hit Enter.
197197

198198
>[!NOTE]
199-
>If you are running your own custom scheduler for AAD Connect sync, then please enable the scheduler.
199+
>If you are running your own custom scheduler for Azure AD Connect sync, then please enable the scheduler.
200+
201+
Once the scheduler is enabled, Azure AD Connect will stop exporting any changes on objects with `cloudNoFlow=true` in the metaverse, unless any reference attribute (eg. manager) is being updated. In case there is any reference attribute update on the object, Azure AD Connect will ignore the `cloudNoFlow` signal and export all updates on the object.
200202

201203
## Something went wrong
202204
In case the pilot does not work as expected, you can go back to the Azure AD Connect sync setup by following the steps below:

articles/active-directory/develop/TOC.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
items:
2929
- name: Angular
3030
href: quickstart-v2-angular.md
31-
- name: JavaScript
31+
- name: JavaScript - Auth code flow
32+
href: quickstart-v2-javascript-auth-code.md
33+
- name: JavaScript - Implicit flow
3234
href: quickstart-v2-javascript.md
3335
- name: Web apps
3436
items:
@@ -73,7 +75,9 @@
7375
items:
7476
- name: Angular
7577
href: tutorial-v2-angular.md
76-
- name: JavaScript
78+
- name: JavaScript - Auth code flow
79+
href: tutorial-v2-javascript-auth-code.md
80+
- name: JavaScript - Implicit flow
7781
href: tutorial-v2-javascript-spa.md
7882
- name: Web apps
7983
items:
@@ -479,6 +483,10 @@
479483
href: active-directory-optional-claims.md
480484
- name: Configure token lifetimes
481485
href: active-directory-configurable-token-lifetimes.md
486+
- name: Handle SameSite cookie changes in Chrome browser
487+
href: howto-handle-samesite-cookie-changes-chrome-browser.md
488+
- name: Handle ITP in Safari
489+
href: reference-third-party-cookies-spas.md
482490
- name: Application configuration
483491
displayName: App configuration
484492
items:
@@ -505,7 +513,7 @@
505513
href: howto-configure-publisher-domain.md
506514
- name: Configure Terms of Service and Privacy Statement
507515
href: howto-add-terms-of-service-privacy-statement.md
508-
- name: Configure publisher verification for your app
516+
- name: Configure publisher verification for your app
509517
items:
510518
- name: Mark your app as publisher verified (preview)
511519
href: mark-app-as-publisher-verified.md
@@ -576,7 +584,7 @@
576584
href: vs-active-directory-webapi-what-happened.md
577585
- name: Diagnose errors during authentication
578586
href: vs-active-directory-error.md
579-
- name: References
587+
- name: Reference
580588
items:
581589
- name: Application manifest
582590
href: reference-app-manifest.md

articles/active-directory/develop/identity-videos.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 04/08/2020
12+
ms.date: 05/19/2020
1313
ms.author: marsma
1414
ms.custom: aaddev
1515
ms.reviewer: celested
@@ -19,9 +19,57 @@ ms.reviewer: celested
1919

2020
Learn the basics of modern authentication, the Microsoft identity platform, and the Microsoft Authentication Libraries (MSAL).
2121

22+
## Microsoft identity platform for developers
23+
24+
The *Identity for Developers* video series focuses on just what you need to know to get started adding identity support to your application. Tuned for quick delivery of the fundamental aspects of the platform and how to use its authentication libraries, these are a good place to start for any developer.
25+
___
26+
27+
:::row:::
28+
:::column:::
29+
1 - Overview of the Microsoft identity platform for developers (33:55)
30+
:::column-end:::
31+
:::column:::
32+
> [!VIDEO https://www.youtube.com/embed/zjezqZPPOfc]
33+
:::column-end:::
34+
:::column:::
35+
2 - How to authenticate users of your apps with the Microsoft identity platform (29:09)
36+
:::column-end:::
37+
:::column:::
38+
> [!VIDEO https://www.youtube.com/embed/Mtpx_lpfRLs]
39+
:::column-end:::
40+
:::row-end:::
41+
:::row:::
42+
:::column:::
43+
3 - Microsoft identity platform’s permissions and consent framework (45:08)
44+
:::column-end:::
45+
:::column:::
46+
> [!VIDEO https://www.youtube.com/embed/toAWRNqqDL4]
47+
:::column-end:::
48+
:::column:::
49+
4 - How to protect APIs using the Microsoft identity platform (33:17)
50+
:::column-end:::
51+
:::column:::
52+
> [!VIDEO https://www.youtube.com/embed/IIQ7QW4bYqA]
53+
:::column-end:::
54+
:::row-end:::
55+
:::row:::
56+
:::column:::
57+
5 - Application roles and security groups on the Microsoft identity platform (15:52)
58+
:::column-end:::
59+
:::column:::
60+
> [!VIDEO https://www.youtube.com/embed/-BK2iBDrmNo]
61+
:::column-end:::
62+
:::column:::
63+
<!-- BLANK TITLE CELL -->
64+
:::column-end:::
65+
:::column:::
66+
<!-- BLANK VIDEO CELL -->
67+
:::column-end:::
68+
:::row-end:::
69+
2270
## Authentication fundamentals
2371

24-
If you're new to concepts like identity providers, security tokens, claims, and audience, this video series is a good place to start.
72+
If you're new to concepts like identity providers, security tokens, claims, and audience, this video series can help clear up the concepts and components in modern authentication.
2573
___
2674

2775
:::row:::

articles/active-directory/develop/index.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ landingContent:
4545
url: scenario-spa-overview.md
4646
- linkListType: quickstart
4747
links:
48-
- text: JavaScript
48+
- text: JavaScript - Auth code
49+
url: quickstart-v2-javascript-auth-code.md
50+
- text: JavaScript - Implicit
4951
url: quickstart-v2-javascript.md
5052
- text: Angular
5153
url: quickstart-v2-angular.md
5254
- linkListType: tutorial
5355
links:
54-
- text: JavaScript
56+
- text: JavaScript - Auth code
57+
url: tutorial-v2-javascript-auth-code.md
58+
- text: JavaScript - Implicit
5559
url: tutorial-v2-javascript-spa.md
5660
- linkListType: download
5761
links:
76.9 KB
Loading
76.9 KB
Loading

0 commit comments

Comments
 (0)