forked from MicrosoftDocs/architecture-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
107 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"title": "Identity management", | ||
"description": "Explains and compares the different methods available for managing identity in hybrid systems that span the on-premises/cloud boundary with Azure.", | ||
"summary": "These reference architectures show options for integrating your on-premises Active Directory (AD) environment with an Azure network. [Which should I choose?](./considerations.md)", | ||
"series": [ | ||
{ | ||
"title": "Integrate with Azure Active Directory", | ||
"url": "./azure-ad.md", | ||
"image": "./images/azure-ad.svg", | ||
"summary": "Integrate on-premises Active Directory domains and forests with Azure AD." | ||
}, | ||
{ | ||
"title": "Extend AD DS to Azure", | ||
"url": "./adds-extend-domain.md", | ||
"image": "./images/adds-extend-domain.svg", | ||
"summary": "Extend your Active Directory environment to Azure using Active Directory Domain Services." | ||
}, | ||
{ | ||
"title": "Create an AD DS forest in Azure", | ||
"url": "./adds-forest.md", | ||
"image": "./images/adds-forest.svg", | ||
"summary": "Create a separate AD domain in Azure that is trusted by domains in your on-premises forest." | ||
}, | ||
{ | ||
"title": "Extend AD FS to Azure", | ||
"url": "./adfs.md", | ||
"image": "./images/adfs.svg", | ||
"summary": "Use Active Directory Federation Services for federated authentication and authorization in Azure." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,100 @@ | ||
--- | ||
title: Identity management | ||
title: Identity management | ||
description: Explains and compares the different methods available for managing identity in hybrid systems that span the on-premises/cloud boundary with Azure. | ||
layout: LandingPage | ||
--- | ||
<!-- This file is generated! --> | ||
<!-- See the templates in ./build/reference-architectures --> | ||
<!-- See data in index.json --> | ||
|
||
# Identity management | ||
|
||
These reference architectures show options for integrating your on-premises Active Directory (AD) environment with an Azure network. [Which should I choose?](./considerations.md) | ||
|
||
<ul class="panelContent"> | ||
<li> | ||
<a href="./azure-ad.md"> | ||
<div class="cardSize"> | ||
<div class="cardPadding"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/azure-ad.svg"> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Integrate with Azure Active Directory</h3> | ||
<p>Integrate on-premises Active Directory domains and forests with Azure AD.</p> | ||
<section class="series"> | ||
<ul class="panelContent"> | ||
<!-- Integrate with Azure Active Directory --> | ||
<li style="display: flex; flex-direction: column;"> | ||
<a href="./azure-ad.md" style="display: flex; flex-direction: column; flex: 1 0 auto;"> | ||
<div class="cardSize" style="flex: 1 0 auto; display: flex;"> | ||
<div class="cardPadding" style="display: flex;"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/azure-ad.svg" height="140px" /> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Integrate with Azure Active Directory</h3> | ||
<p>Integrate on-premises Active Directory domains and forests with Azure AD.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="./adds-extend-domain.md"> | ||
<div class="cardSize"> | ||
<div class="cardPadding"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adds-extend-domain.svg"> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Extend AD DS to Azure</h3> | ||
<p>Extend your Active Directory environment to Azure using Active Directory Domain Services.</p> | ||
</div> | ||
</a> | ||
</li> | ||
<!-- Extend AD DS to Azure --> | ||
<li style="display: flex; flex-direction: column;"> | ||
<a href="./adds-extend-domain.md" style="display: flex; flex-direction: column; flex: 1 0 auto;"> | ||
<div class="cardSize" style="flex: 1 0 auto; display: flex;"> | ||
<div class="cardPadding" style="display: flex;"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adds-extend-domain.svg" height="140px" /> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Extend AD DS to Azure</h3> | ||
<p>Extend your Active Directory environment to Azure using Active Directory Domain Services.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="./adds-forest.md"> | ||
<div class="cardSize"> | ||
<div class="cardPadding"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adds-forest.svg"> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Create an AD DS forest in Azure</h3> | ||
<p>Create a separate AD domain in Azure that is trusted by domains in your on-premises forest.</p> | ||
</div> | ||
</a> | ||
</li> | ||
<!-- Create an AD DS forest in Azure --> | ||
<li style="display: flex; flex-direction: column;"> | ||
<a href="./adds-forest.md" style="display: flex; flex-direction: column; flex: 1 0 auto;"> | ||
<div class="cardSize" style="flex: 1 0 auto; display: flex;"> | ||
<div class="cardPadding" style="display: flex;"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adds-forest.svg" height="140px" /> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Create an AD DS forest in Azure</h3> | ||
<p>Create a separate AD domain in Azure that is trusted by domains in your on-premises forest.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="./adfs.md"> | ||
<div class="cardSize"> | ||
<div class="cardPadding"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adfs.svg"> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Extend AD FS to Azure</h3> | ||
<p>Use Active Directory Federation Services for federated authentication and authorization in Azure.</p> | ||
</div> | ||
</a> | ||
</li> | ||
<!-- Extend AD FS to Azure --> | ||
<li style="display: flex; flex-direction: column;"> | ||
<a href="./adfs.md" style="display: flex; flex-direction: column; flex: 1 0 auto;"> | ||
<div class="cardSize" style="flex: 1 0 auto; display: flex;"> | ||
<div class="cardPadding" style="display: flex;"> | ||
<div class="card"> | ||
<div class="cardImageOuter"> | ||
<div class="cardImage"> | ||
<img src="./images/adfs.svg" height="140px" /> | ||
</div> | ||
</div> | ||
<div class="cardText"> | ||
<h3>Extend AD FS to Azure</h3> | ||
<p>Use Active Directory Federation Services for federated authentication and authorization in Azure.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</a> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<ul class="panelContent cardsI"> | ||
</ul> |