Skip to content

Commit 43a4ddb

Browse files
committed
resolve merge conflict
2 parents 2b65410 + ecfba92 commit 43a4ddb

File tree

330 files changed

+3970
-2750
lines changed

Some content is hidden

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

330 files changed

+3970
-2750
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
"redirect_url": "/azure/active-directory/saas-apps/navex-irm-keylight-lockpath-tutorial",
6666
"redirect_document_id": false
6767
},
68+
{
69+
"source_path_from_root": "/articles/active-directory/saas-apps/headerf5-tutorial.md",
70+
"redirect_url": "/azure/active-directory/saas-apps/f5-big-ip-headers-easy-button",
71+
"redirect_document_id": false
72+
},
73+
{
74+
"source_path_from_root": "/articles/active-directory/saas-apps/oracle-peoplesoft-protected-by-f5-big-ip-apm-tutorial.md",
75+
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",
76+
"redirect_document_id": false
77+
},
6878
{
6979
"source_path_from_root": "/articles/active-directory/fundamentals/whats-new-microsoft-365-government.md",
7080
"redirect_url": "/azure/active-directory/fundamentals/whats-new",

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,6 @@
763763
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",
764764
"redirect_document_id": false
765765
},
766-
{
767-
"source_path_from_root": "/articles/aks/node-access.md",
768-
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",
769-
"redirect_document_id": false
770-
},
771766
{
772767
"source_path_from_root": "/articles/aks/troubleshooting.md",
773768
"redirect_url": "/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",

articles/active-directory-b2c/force-password-reset.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 08/04/2022
12+
ms.date: 10/06/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
15+
ms.custom: b2c-support
1516
zone_pivot_groups: b2c-policy-type
1617
---
1718

@@ -132,6 +133,9 @@ Content-type: application/json
132133

133134
If you disabled the strong [password complexity](password-complexity.md), update the password policy to [DisableStrongPassword](user-profile-attributes.md#password-policy-attribute):
134135

136+
> [!NOTE]
137+
> After the user resets their password, the passwordPolicies will be changed back to DisablePasswordExpiration
138+
135139
```http
136140
PATCH https://graph.microsoft.com/v1.0/users/<user-object-ID>
137141
Content-type: application/json

articles/active-directory/develop/active-directory-claims-mapping.md

Lines changed: 96 additions & 87 deletions
Large diffs are not rendered by default.

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The set of optional claims available by default for applications to use are list
5353
| `fwd` | IP address.| JWT | | Adds the original IPv4 address of the requesting client (when inside a VNET) |
5454
| `groups`| Optional formatting for group claims |JWT, SAML| |For details see [Group claims](#configuring-groups-optional-claims) below. For more information about group claims, see [How to configure group claims](../hybrid/how-to-connect-fed-group-claims.md). Used with the GroupMembershipClaims setting in the [application manifest](reference-app-manifest.md), which must be set as well.
5555
| `idtyp` | Token type | JWT access tokens | Special: only in app-only access tokens | Value is `app` when the token is an app-only token. This claim is the most accurate way for an API to determine if a token is an app token or an app+user token.|
56-
| `login_hint` | Login hint | JWT | MSA, Azure AD | An opaque, reliable login hint claim. This claim is the best value to use for the `login_hint` OAuth parameter in all flows to get SSO. It can be passed between applications to help them silently SSO as well - application A can sign in a user, read the `login_hint` claim, and then send the claim and the current tenant context to application B in the query string or fragment when the user selects on a link that takes them to application B. To avoid race conditions and reliability issues, the `login_hint` claim *doesn't* include the current tenant for the user, and defaults to the user's home tenant when used. If you're operating in a guest scenario where the user is from another tenant, you must provide a tenant identifier in the sign-in request, and pass the same to apps you partner with. This claim is intended for use with your SDK's existing `login_hint` functionality, however that it exposed. |
56+
| `login_hint` | Login hint | JWT | MSA, Azure AD | An opaque, reliable login hint claim that's base64 encoded. Do not modify this value. This claim is the best value to use for the `login_hint` OAuth parameter in all flows to get SSO. It can be passed between applications to help them silently SSO as well - application A can sign in a user, read the `login_hint` claim, and then send the claim and the current tenant context to application B in the query string or fragment when the user selects on a link that takes them to application B. To avoid race conditions and reliability issues, the `login_hint` claim *doesn't* include the current tenant for the user, and defaults to the user's home tenant when used. If you're operating in a guest scenario where the user is from another tenant, you must provide a tenant identifier in the sign-in request, and pass the same to apps you partner with. This claim is intended for use with your SDK's existing `login_hint` functionality, however that it exposed. |
5757
| `sid` | Session ID, used for per-session user sign-out. | JWT | Personal and Azure AD accounts. | |
5858
| `tenant_ctry` | Resource tenant's country/region | JWT | | Same as `ctry` except set at a tenant level by an admin. Must also be a standard two-letter value. |
5959
| `tenant_region_scope` | Region of the resource tenant | JWT | | |

articles/active-directory/develop/index-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ summary: >
66
our quickstarts, tutorials, and in-depth how-to guides.
77
88
metadata:
9-
author: mmacy
9+
author: Dickson-Mwendia
1010
manager: CelesteDG
11-
ms.author: marsma
11+
ms.author: dmwendia
1212
ms.date: 04/01/2022
1313
ms.service: active-directory
1414
ms.subservice: develop

articles/active-directory/develop/index-mobile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ summary: >
66
our quickstarts, tutorials, and in-depth how-to guides.
77
88
metadata:
9-
author: mmacy
9+
author: Dickson-Mwendia
1010
manager: CelesteDG
11-
ms.author: marsma
11+
ms.author: dmwendia
1212
ms.date: 04/01/2022
1313
ms.service: active-directory
1414
ms.subservice: develop

articles/active-directory/develop/index-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ summary: >
66
our quickstarts, tutorials, and in-depth how-to guides.
77
88
metadata:
9-
author: mmacy
9+
author: Dickson-Mwendia
1010
manager: CelesteDG
11-
ms.author: marsma
11+
ms.author: dmwendia
1212
ms.date: 04/01/2022
1313
ms.service: active-directory
1414
ms.subservice: develop

articles/active-directory/develop/index-spa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ summary: >
66
our quickstarts, tutorials, and in-depth how-to guides.
77
88
metadata:
9-
author: mmacy
9+
author: Dickson-Mwendia
1010
manager: CelesteDG
11-
ms.author: marsma
11+
ms.author: dmwendia
1212
ms.date: 04/01/2022
1313
ms.service: active-directory
1414
ms.subservice: develop

articles/active-directory/develop/index-web-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ summary: >
66
our quickstarts and in-depth how-to guides.
77
88
metadata:
9-
author: mmacy
10-
ms.author: marsma
9+
author: Dickson-Mwendia
10+
ms.author: dmwendia
1111
ms.date: 04/01/2022
1212
ms.service: active-directory
1313
ms.subservice: develop

0 commit comments

Comments
 (0)