Skip to content

Commit 0f5b3be

Browse files
committed
2 parents dd6dcbc + fb9c5e6 commit 0f5b3be

File tree

75 files changed

+1438
-1268
lines changed

Some content is hidden

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

75 files changed

+1438
-1268
lines changed

.openpublishing.redirection.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40833,7 +40833,7 @@
4083340833
},
4083440834
{
4083540835
"source_path": "articles/monitoring/monitoring-solutions-inventory.md",
40836-
"redirect_url": "/azure/azure-monitor/insights/solutions-inventory",
40836+
"redirect_url": "/azure/azure-monitor/monitor-reference",
4083740837
"redirect_document_id": false
4083840838
},
4083940839
{
@@ -41698,8 +41698,8 @@
4169841698
},
4169941699
{
4170041700
"source_path": "articles/log-analytics/powershell-samples.md",
41701-
"redirect_url": "/azure/azure-monitor/platform/powershell-samples",
41702-
"redirect_document_id": true
41701+
"redirect_url": "/azure/azure-monitor/samples/powershell-samples",
41702+
"redirect_document_id": false
4170341703
},
4170441704
{
4170541705
"source_path": "articles/monitoring-and-diagnostics/alert-log.md",
@@ -41838,7 +41838,7 @@
4183841838
},
4183941839
{
4184041840
"source_path": "articles/monitoring-and-diagnostics/insights-cli-samples.md",
41841-
"redirect_url": "/azure/azure-monitor/platform/cli-samples",
41841+
"redirect_url": "/azure/azure-monitor/samples/cli-samples",
4184241842
"redirect_document_id": true
4184341843
},
4184441844
{
@@ -43006,6 +43006,41 @@
4300643006
"redirect_url": "/azure/azure-monitor/platform/activity-log-collect",
4300743007
"redirect_document_id": false
4300843008
},
43009+
{
43010+
"source_path": "articles/azure-monitor/learn/quick-create-workspace-posh.md",
43011+
"redirect_url": "/azure/azure-monitor/platform/powershell-workspace-configuration",
43012+
"redirect_document_id": false
43013+
},
43014+
{
43015+
"source_path": "articles/azure-monitor/platform/powershell-quickstart-samples.md",
43016+
"redirect_url": "/azure/azure-monitor/platform/powershell-samples",
43017+
"redirect_document_id": false
43018+
},
43019+
{
43020+
"source_path": "articles/azure-monitor/platform/cli-samples.md",
43021+
"redirect_url": "/azure/azure-monitor/samples/cli-samples",
43022+
"redirect_document_id": false
43023+
},
43024+
{
43025+
"source_path": "articles/azure-monitor/azure-management.md",
43026+
"redirect_url": "/azure/azure-monitor/overview",
43027+
"redirect_document_id": false
43028+
},
43029+
{
43030+
"source_path": "articles/azure-monitor/insights/solutions-inventory.md",
43031+
"redirect_url": "/azure/azure-monitor/monitor-reference",
43032+
"redirect_document_id": false
43033+
},
43034+
{
43035+
"source_path": "articles/azure-monitor/policy-samples.md",
43036+
"redirect_url": "/azure/azure-monitor/samples/policy-samples",
43037+
"redirect_document_id": false
43038+
},
43039+
{
43040+
"source_path": "articles/azure-monitor/platform/powershell-samples.md",
43041+
"redirect_url": "/azure/azure-monitor/samples/powershell-samples",
43042+
"redirect_document_id": false
43043+
},
4300943044
{
4301043045
"source_path": "articles/machine-learning/service/how-to-automated-ml.md",
4301143046
"redirect_url": "/azure/machine-learning/service/concept-automated-ml",

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,6 @@ To help drive awareness and demand of our joint integration, we recommend you up
12241224
)
12251225
* **Customer communication.** Alert customers of the new integration through your customer communication (monthly newsletters, email campaigns, product release notes).
12261226

1227-
### Allow IP addresses used by the Azure AD provisioning service to make SCIM requests
1228-
1229-
Certain apps allow inbound traffic to their app. In order for the Azure AD provisioning service to function as expected, the IP addresses used must be allowed. For a list of IP addresses for each service tag/region, see the JSON file - [Azure IP Ranges and Service TagsPublic Cloud](https://www.microsoft.com/download/details.aspx?id=56519). You can download and program these IPs into your firewall as needed. The reserved IP ranges for Azure AD provisioning can be found under "AzureActiveDirectoryDomainServices."
1230-
12311227
## Related articles
12321228

12331229
* [Automate user provisioning and deprovisioning to SaaS apps](user-provisioning.md)

articles/active-directory/develop/authentication-vs-authorization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Authentication vs. authorization | Azure
2+
title: Authentication vs authorization | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about the basics of authentication and authorization in Microsoft identity platform (v2.0).
55
services: active-directory
@@ -10,14 +10,14 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
13-
ms.date: 05/18/2020
13+
ms.date: 05/22/2020
1414
ms.author: ryanwi
1515
ms.reviewer: jmprieur, saeeda, sureshja, hirsin
1616
ms.custom: aaddev, identityplatformtop40, scenarios:getting-started
1717
#Customer intent: As an application developer, I want to understand the basic concepts of authentication and authorization in Microsoft identity platform
1818
---
1919

20-
# Authentication vs. authorization
20+
# Authentication vs authorization
2121

2222
This article defines authentication and authorization and briefly covers how you can use the Microsoft identity platform to authenticate and authorize users in your web apps, web APIs, or apps calling protected web APIs. If you see a term you aren't familiar with, try our [glossary](developer-glossary.md) or our [Microsoft identity platform videos](identity-videos.md) which cover basic concepts.
2323

@@ -39,9 +39,9 @@ Microsoft identity platform simplifies authorization and authentication for appl
3939

4040
Following is a brief comparison of the various protocols used by Microsoft identity platform:
4141

42-
* **OAuth vs. OpenID Connect**: OAuth is used for authorization and OpenID Connect (OIDC) is used for authentication. OpenID Connect is built on top of OAuth 2.0, so the terminology and flow are similar between the two. You can even both authenticate a user (using OpenID Connect) and get authorization to access a protected resource that the user owns (using OAuth 2.0) in one request. For more information, see [OAuth 2.0 and OpenID Connect protocols](active-directory-v2-protocols.md) and [OpenID Connect protocol](v2-protocols-oidc.md).
43-
* **OAuth vs. SAML**: OAuth is used for authorization and SAML is used for authentication. See [Microsoft identity platform and OAuth 2.0 SAML bearer assertion flow](v2-saml-bearer-assertion.md) for more information on how the two protocols can be used together to both authenticate a user (using SAML) and get authorization to access a protected resource (using OAuth 2.0).
44-
* **OpenID Connect vs. SAML**: Both OpenID Connect and SAML are used to authenticate a user and are used to enable Single Sign On. SAML authentication is commonly used with identity providers such as Active Directory Federation Services (ADFS) federated to Azure AD and is therefore frequently used in enterprise applications. OpenID Connect is commonly used for apps that are purely in the cloud, such as mobile apps, web sites, and web APIs.
42+
* **OAuth vs OpenID Connect**: OAuth is used for authorization and OpenID Connect (OIDC) is used for authentication. OpenID Connect is built on top of OAuth 2.0, so the terminology and flow are similar between the two. You can even both authenticate a user (using OpenID Connect) and get authorization to access a protected resource that the user owns (using OAuth 2.0) in one request. For more information, see [OAuth 2.0 and OpenID Connect protocols](active-directory-v2-protocols.md) and [OpenID Connect protocol](v2-protocols-oidc.md).
43+
* **OAuth vs SAML**: OAuth is used for authorization and SAML is used for authentication. See [Microsoft identity platform and OAuth 2.0 SAML bearer assertion flow](v2-saml-bearer-assertion.md) for more information on how the two protocols can be used together to both authenticate a user (using SAML) and get authorization to access a protected resource (using OAuth 2.0).
44+
* **OpenID Connect vs SAML**: Both OpenID Connect and SAML are used to authenticate a user and are used to enable Single Sign On. SAML authentication is commonly used with identity providers such as Active Directory Federation Services (ADFS) federated to Azure AD and is therefore frequently used in enterprise applications. OpenID Connect is commonly used for apps that are purely in the cloud, such as mobile apps, web sites, and web APIs.
4545

4646
## Next steps
4747

0 commit comments

Comments
 (0)