Skip to content

Commit 48ab4f4

Browse files
committed
fix merge conflict
2 parents 35f86e4 + 6bd7f89 commit 48ab4f4

File tree

2,168 files changed

+32173
-30463
lines changed

Some content is hidden

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

2,168 files changed

+32173
-30463
lines changed

.openpublishing.redirection.json

Lines changed: 445 additions & 20 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/active-directory-b2c-custom-setup-adfs2016-idp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Now that you have a button in place, you need to link it to an action. The actio
140140
To use ADFS as an identity provider in Azure AD B2C, you need to create an ADFS Relying Party Trust with the Azure AD B2C SAML metadata. The following example shows a URL address to the SAML metadata of an Azure AD B2C technical profile:
141141

142142
```
143-
https://login.microsoftonline.com/te/your-tenant/your-policy/samlp/metadata?idptp=your-technical-profile
143+
https://your-tenant-name.b2clogin.com/your-tenant-name/your-policy/samlp/metadata?idptp=your-technical-profile
144144
```
145145
146146
Replace the following values:

articles/active-directory-b2c/relyingparty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The **OutputClaim** element contains the following attributes:
204204
### SubjectNamingInfo
205205

206206
With the **SubjectNameingInfo** element, you control the value of the token subject:
207-
- **JTW token** - the `sub` claim. This is a principal about which the token asserts information, such as the user of an application. This value is immutable and cannot be reassigned or reused. It can be used to perform safe authorization checks, such as when the token is used to access a resource. By default, the subject claim is populated with the object ID of the user in the directory. For more information, see [Token, session and single sign-on configuration](active-directory-b2c-token-session-sso.md).
207+
- **JWT token** - the `sub` claim. This is a principal about which the token asserts information, such as the user of an application. This value is immutable and cannot be reassigned or reused. It can be used to perform safe authorization checks, such as when the token is used to access a resource. By default, the subject claim is populated with the object ID of the user in the directory. For more information, see [Token, session and single sign-on configuration](active-directory-b2c-token-session-sso.md).
208208
- **SAML token** - the `<Subject><NameID>` element which identifies the subject element.
209209

210210
The **SubjectNamingInfo** element contains the following attribute:
Lines changed: 125 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,133 @@
11
- name: Azure AD Domain Services Documentation
22
href: index.yml
33
- name: Overview
4-
items:
5-
- name: What is Azure AD Domain Services?
6-
href: active-directory-ds-overview.md
7-
- name: FAQs
8-
href: active-directory-ds-faqs.md
9-
- name: Is it right for you?
10-
items:
4+
expanded: true
5+
items:
6+
- name: What is Azure AD Domain Services?
7+
href: overview.md
118
- name: Compare with Windows Server AD
12-
href: active-directory-ds-comparison.md
9+
href: comparison.md
1310
- name: Compare with Azure AD join
1411
href: active-directory-ds-compare-with-azure-ad-join.md
15-
- name: What's new?
16-
href: https://azure.microsoft.com/updates/?product=active-directory-ds
17-
- name: Features
18-
href: active-directory-ds-features.md
19-
- name: Scenarios
20-
href: active-directory-ds-scenarios.md
21-
- name: How synchronization works
22-
href: active-directory-ds-synchronization.md
23-
- name: Compatible third-party software
24-
href: active-directory-ds-compatible-software.md
25-
- name: Get started
26-
items:
27-
- name: "Task 1: configure basic settings"
28-
href: active-directory-ds-getting-started.md
29-
- name: "Task 2: configure network settings"
30-
href: active-directory-ds-getting-started-network.md
31-
- name: "Task 3: configure administrator group and enable Azure AD Domain Services"
32-
href: active-directory-ds-getting-started-admingroup.md
33-
- name: "Task 4: update DNS settings for virtual network"
34-
href: active-directory-ds-getting-started-dns.md
35-
- name: "Task 5: enable password hash synchronization"
36-
href: active-directory-ds-getting-started-password-sync.md
12+
- name: Features
13+
href: active-directory-ds-features.md
14+
- name: Samples
15+
items:
16+
- name: Create an Azure AD DS instance using Azure PowerShell
17+
href: powershell-create-instance.md
18+
- name: Concepts
19+
items:
20+
- name: How synchronization works
21+
href: synchronization.md
3722
- name: How to
38-
items:
39-
- name: Check a managed domain's health
40-
href: active-directory-ds-check-health.md
41-
- name: Use Azure AD Domain Services in Azure CSP subscriptions
42-
href: active-directory-ds-csp.md
43-
- name: Enable Azure AD Domain Services using PowerShell
44-
href: active-directory-ds-enable-using-powershell.md
45-
- name: Configure scoped synchronization from Azure AD to a managed domain
46-
href: active-directory-ds-scoped-synchronization.md
47-
- name: Secure your managed domain
48-
href: active-directory-ds-secure-your-domain.md
49-
- name: Create an OU on a managed domain
50-
href: active-directory-ds-admin-guide-create-ou.md
51-
- name: Create a group managed service account on a managed domain
52-
href: active-directory-ds-create-gmsa.md
53-
- name: Administer group policy on a managed domain
54-
href: active-directory-ds-admin-guide-administer-group-policy.md
55-
- name: Configure password polices on a managed domain
56-
href: active-directory-ds-password-policy.md
57-
- name: Select a virtual network
58-
href: active-directory-ds-networking.md
59-
- name: Deploy applications
60-
items:
61-
- name: Configure support for profile synchronization for SharePoint Server
62-
href: active-directory-ds-enable-sharepoint-profile-sync.md
63-
- name: Configure Kerberos Constrained Delegation
64-
href: active-directory-ds-enable-kcd.md
65-
- name: Deploy Azure AD Application Proxy
66-
href: active-directory-ds-deploy-azure-app-proxy.md
67-
- name: Delete a managed domain
68-
href: active-directory-ds-disable-aadds.md
69-
- name: Join a managed domain
70-
items:
71-
- name: Windows Server VM
72-
href: active-directory-ds-admin-guide-join-windows-vm-portal.md
73-
- name: Windows Server VM from template
74-
href: active-directory-ds-join-windows-vm-template.md
75-
- name: CentOS
76-
href: active-directory-ds-join-centos-linux-vm.md
77-
- name: CoreOS
78-
href: active-directory-ds-join-coreos-linux-vm.md
79-
- name: Red Hat Enterprise Linux
80-
href: active-directory-ds-join-rhel-linux-vm.md
81-
- name: Ubuntu Server
82-
href: active-directory-ds-join-ubuntu-linux-vm.md
83-
- name: Administer a managed domain
84-
items:
85-
- name: Administer a managed domain
86-
href: active-directory-ds-admin-guide-administer-domain.md
87-
- name: Administer DNS on a managed domain
88-
href: active-directory-ds-admin-guide-administer-dns.md
89-
- name: Update email notifications
90-
href: active-directory-ds-notifications.md
91-
- name: Configure secure LDAP for a managed domain
92-
items:
93-
- name: "Task 1: Obtain a certificate for secure LDAP"
94-
href: active-directory-ds-admin-guide-configure-secure-ldap.md
95-
- name: "Task 2: Export the secure LDAP certificate"
96-
href: active-directory-ds-admin-guide-configure-secure-ldap-export-pfx.md
97-
- name: "Task 3: Enable secure LDAP for the managed domain using Azure portal"
98-
href: active-directory-ds-admin-guide-configure-secure-ldap-enable-ldaps.md
99-
- name: "Task 4: Configure DNS to access the managed domain from the internet"
100-
href: active-directory-ds-ldaps-configure-dns.md
101-
- name: "Task 5: Bind to the managed domain and lock down secure LDAP access"
102-
href: active-directory-ds-ldaps-bind-lockdown.md
103-
- name: Troubleshoot secure LDAP
104-
href: active-directory-ds-ldaps-troubleshoot.md
105-
- name: Troubleshoot
106-
items:
107-
- name: Troubleshooting guide
108-
href: active-directory-ds-troubleshooting.md
109-
- name: Troubleshoot alerts
110-
href: active-directory-ds-troubleshoot-alerts.md
111-
items:
112-
- name: Fix a broken NSG configuration
113-
href: active-directory-ds-troubleshoot-nsg.md
114-
- name: Restore missing service principals
115-
href: active-directory-ds-troubleshoot-service-principals.md
116-
- name: Secure LDAP errors
117-
href: active-directory-ds-troubleshoot-ldaps.md
118-
- name: Resolve mismatched tenant errors
119-
href: active-directory-ds-mismatched-tenant-error.md
120-
- name: Suspended domains
121-
href: active-directory-ds-suspension.md
122-
- name: Reference
123-
items:
124-
- name: Code samples
125-
href: https://azure.microsoft.com/resources/samples/?service=active-directory
126-
- name: Related
127-
items:
128-
- name: Azure Active Directory
129-
href: ../active-directory/fundamentals/active-directory-whatis.md
130-
- name: Azure Active Directory B2C
131-
href: ../active-directory-b2c/active-directory-b2c-overview.md
132-
- name: Multi-Factor Authentication
133-
href: ../active-directory/authentication/multi-factor-authentication.md
23+
items:
24+
- name: Create an Azure AD DS instance
25+
items:
26+
- name: "Task 1 configure basic settings"
27+
href: create-instance.md
28+
- name: "Task 2 configure network settings"
29+
href: active-directory-ds-getting-started-network.md
30+
- name: "Task 3 configure administrator group and enable Azure AD Domain Services"
31+
href: active-directory-ds-getting-started-admingroup.md
32+
- name: "Task 4 update DNS settings for virtual network"
33+
href: active-directory-ds-getting-started-dns.md
34+
- name: "Task 5 enable password hash synchronization"
35+
href: active-directory-ds-getting-started-password-sync.md
36+
- name: Plan for Azure AD DS
37+
items:
38+
- name: Scenarios
39+
href: scenarios.md
40+
- name: Select a virtual network
41+
href: network-considerations.md
42+
- name: Manage Azure AD DS
43+
items:
44+
- name: Check a managed domain's health
45+
href: check-health.md
46+
- name: Configure scoped synchronization from Azure AD to a managed domain
47+
href: scoped-synchronization.md
48+
- name: Secure your managed domain
49+
href: secure-your-domain.md
50+
- name: Create an OU on a managed domain
51+
href: create-ou.md
52+
- name: Create a group managed service account on a managed domain
53+
href: create-gmsa.md
54+
- name: Manage Group Policy for Azure AD Domain Services
55+
href: manage-group-policy.md
56+
- name: Configure password polices on a managed domain
57+
href: password-policy.md
58+
- name: Delete a managed domain
59+
href: delete-aadds.md
60+
- name: Create an Azure AD DS administrative virtual machine
61+
href: manage-domain.md
62+
- name: Manage DNS for Azure AD Domain Services
63+
href: manage-dns.md
64+
- name: Update email notifications
65+
href: notifications.md
66+
- name: Configure secure LDAP (LDAPS) in an Azure AD Domain Services domain
67+
href: "configure-ldaps.md"
68+
items:
69+
- name: "Task 2 Export the secure LDAP certificate"
70+
href: active-directory-ds-admin-guide-configure-secure-ldap-export-pfx.md
71+
- name: "Task 3 Enable secure LDAP for the managed domain using Azure portal"
72+
href: active-directory-ds-admin-guide-configure-secure-ldap-enable-ldaps.md
73+
- name: "Task 4 Configure DNS to access the managed domain from the internet"
74+
href: active-directory-ds-ldaps-configure-dns.md
75+
- name: "Task 5 Bind to the managed domain and lock down secure LDAP access"
76+
href: active-directory-ds-ldaps-bind-lockdown.md
77+
- name: Deploy applications to Azure AD DS
78+
items:
79+
- name: Configure support for profile synchronization for SharePoint Server
80+
href: deploy-sp-profile-sync.md
81+
- name: Configure Kerberos Constrained Delegation
82+
href: deploy-kcd.md
83+
- name: Deploy Azure AD Application Proxy
84+
href: deploy-azure-app-proxy.md
85+
- name: Join virtual machines to Azure AD DS
86+
items:
87+
- name: Windows Server VM
88+
href: join-windows-vm.md
89+
- name: Windows Server VM from template
90+
href: join-windows-vm-template.md
91+
- name: CentOS
92+
href: join-centos-linux-vm.md
93+
- name: CoreOS
94+
href: join-coreos-linux-vm.md
95+
- name: Red Hat Enterprise Linux
96+
href: join-rhel-linux-vm.md
97+
- name: Ubuntu Server
98+
href: join-ubuntu-linux-vm.md
99+
- name: Troubleshoot Azure AD DS
100+
items:
101+
- name: Troubleshooting guide
102+
href: troubleshoot.md
103+
- name: Troubleshoot alerts
104+
href: troubleshoot-alerts.md
105+
items:
106+
- name: Fix a broken NSG configuration
107+
href: alert-nsg.md
108+
- name: Restore missing service principals
109+
href: alert-service-principal.md
110+
- name: Secure LDAP errors
111+
href: alert-ldaps.md
112+
- name: Resolve mismatched tenant errors
113+
href: mismatched-tenant-error.md
114+
- name: Suspended domains
115+
href: suspension.md
116+
- name: Troubleshoot secure LDAP
117+
href: tshoot-ldaps.md
134118
- name: Resources
135-
items:
136-
- name: Azure AD feedback forum
137-
href: https://feedback.azure.com/forums/169401-azure-active-directory
138-
- name: Azure Roadmap
139-
href: https://azure.microsoft.com/roadmap/?category=security-identity
140-
- name: Contact us
141-
href: active-directory-ds-contact-us.md
142-
- name: Pricing
143-
href: https://azure.microsoft.com/pricing/details/active-directory-ds/
144-
- name: Pricing calculator
145-
href: https://azure.microsoft.com/pricing/calculator/
146-
- name: Service updates
147-
href: https://azure.microsoft.com/updates/?product=active-directory-ds
119+
items:
120+
- name: FAQs
121+
href: faqs.md
122+
- name: Service updates
123+
href: https://azure.microsoft.com/updates/?product=active-directory-ds
124+
- name: Compatible third-party software
125+
href: compatible-software.md
126+
- name: Pricing
127+
href: https://azure.microsoft.com/pricing/details/active-directory-ds/
128+
- name: Azure AD feedback forum
129+
href: https://feedback.azure.com/forums/169401-azure-active-directory
130+
- name: Contact us
131+
href: contact-us.md
132+
- name: Use Azure AD Domain Services in Azure CSP subscriptions
133+
href: csp.md

articles/active-directory-domain-services/active-directory-ds-admin-guide-configure-secure-ldap-export-pfx.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Create a secure LDAP certificate for an Azure AD Domain Services manage domain | Microsoft Docs
2+
title: Create a .PFX file with the secure LDAP (LDAPS) certificate for an Azure AD Domain Services domain
33
description: Create a secure LDAP certificate for an Azure AD Domain Services manage domain
44
services: active-directory-ds
55
documentationcenter: ''
6-
author: eringreenlee
6+
author: MikeStephens-MS
77
manager: daveba
88
editor: curtand
99

@@ -14,17 +14,17 @@ ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: conceptual
17-
ms.date: 08/01/2017
18-
ms.author: ergreenl
19-
17+
ms.date: 05/13/2019
18+
ms.author: mstephen
2019
---
2120
# Create a .PFX file with the secure LDAP (LDAPS) certificate for a managed domain
2221

2322
## Before you begin
24-
Complete [Task 1: obtain a certificate for secure LDAP](active-directory-ds-admin-guide-configure-secure-ldap.md).
2523

24+
Complete [Task 1: obtain a certificate for secure LDAP](configure-ldaps.md).
2625

2726
## Task 2: Export the secure LDAP certificate to a .PFX file
27+
2828
Before you start this task, get the secure LDAP certificate from a public certification authority or create a self-signed certificate.
2929

3030
To export the LDAPS certificate to a .PFX file:
@@ -92,6 +92,6 @@ To export the LDAPS certificate to a .PFX file:
9292

9393
![Export certificate done](./media/active-directory-domain-services-admin-guide/secure-ldap-exported-as-pfx.png)
9494

95-
9695
## Next step
96+
9797
[Task 3: enable secure LDAP for the managed domain](active-directory-ds-admin-guide-configure-secure-ldap-enable-ldaps.md)

articles/active-directory-domain-services/active-directory-ds-compare-with-azure-ad-join.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Compare Azure AD Join and Azure Active Directory Domain Services | Micro
33
description: Deciding between Azure AD Join and Azure AD Domain Services
44
services: active-directory-ds
55
documentationcenter: ''
6-
author: eringreenlee
6+
author: MikeStephens-MS
77
manager: daveba
88
editor: curtand
99

@@ -14,8 +14,8 @@ ms.workload: identity
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: conceptual
17-
ms.date: 10/26/2017
18-
ms.author: ergreenl
17+
ms.date: 05/20/2019
18+
ms.author: mstephen
1919
---
2020

2121
# Choose between Azure Active Directory join and Azure Active Directory Domain Services
@@ -62,14 +62,14 @@ On a domain-joined machine, user authentication happens using NTLM or Kerberos a
6262

6363
## Next steps
6464
### Learn more about Azure AD Domain Services
65-
* [Overview of Azure AD Domain Services](active-directory-ds-overview.md)
65+
* [Overview of Azure AD Domain Services](overview.md)
6666
* [Features](active-directory-ds-features.md)
67-
* [Deployment scenarios](active-directory-ds-scenarios.md)
68-
* [Find out if Azure AD Domain Services suits your use-cases](active-directory-ds-comparison.md)
69-
* [Understand how Azure AD Domain Services synchronizes with your Azure AD directory](active-directory-ds-synchronization.md)
67+
* [Deployment scenarios](scenarios.md)
68+
* [Find out if Azure AD Domain Services suits your use-cases](comparison.md)
69+
* [Understand how Azure AD Domain Services synchronizes with your Azure AD directory](synchronization.md)
7070

7171
### Learn more about Azure AD Join
7272
* [Introduction to device management in Azure Active Directory](../active-directory/device-management-introduction.md)
7373

7474
### Get started with Azure AD Domain Services
75-
* [Enable Azure AD Domain Services using the Azure portal](active-directory-ds-getting-started.md)
75+
* [Enable Azure AD Domain Services using the Azure portal](create-instance.md)

0 commit comments

Comments
 (0)