Skip to content

Commit bf0a4fa

Browse files
authored
Merge pull request #224470 from MicrosoftDocs/main
1/19 PM Publish
2 parents d1791b0 + 462ab79 commit bf0a4fa

File tree

108 files changed

+982
-1129
lines changed

Some content is hidden

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

108 files changed

+982
-1129
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/active-directory/develop/active-directory-claims-mapping.md",
5+
"redirect_url": "/azure/active-directory/develop/active-directory-saml-claims-customization",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/active-directory/develop/configure-token-lifetimes.md",
10+
"redirect_url": "/azure/active-directory/develop/active-directory-saml-claims-customization",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/active-directory/authentication/how-to-mfa-microsoft-managed.md",
515
"redirect_url": "/azure/active-directory/authentication/concept-authentication-default-enablement",
@@ -50,6 +60,11 @@
5060
"redirect_url": "/azure/active-directory/saas-apps/safety-culture-tutorial",
5161
"redirect_document_id": false
5262
},
63+
{
64+
"source_path_from_root": "/articles/active-directory/saas-apps/firstbird-tutorial.md",
65+
"redirect_url": "/azure/active-directory/saas-apps/radancys-employee-referrals-tutorial",
66+
"redirect_document_id": false
67+
},
5368
{
5469
"source_path_from_root": "/articles/active-directory/saas-apps/icertisicm-tutorial.md",
5570
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",

articles/active-directory-b2c/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# - name: 4 - Create custom policies
3636
# Create this file (tutorial-create-custom-policies.md), and content into it. You also need to update the index.yml's card, Customize, to reflect the new file name
3737
# What keywords users are searching in TOC: https://review.docs.microsoft.com/en-us/help/contribute/kusto/samples/discoverability-toc-filter?branch=main
38-
# href: tutorial-create-user-flows.md
38+
# href:tutorial-create-user-flows.md
3939
- name: 4 - Manage your tenant
4040
href: tenant-management.md
4141
displayName: break glass account, emergence account
@@ -106,6 +106,7 @@
106106
href: user-flow-overview.md
107107
- name: Custom policy overview
108108
href: custom-policy-overview.md
109+
displayName: extend, extensibility
109110
- name: API Connectors
110111
href: api-connectors-overview.md
111112
displayName: REST API, web API, API connectors, Dynamic data retrieval, external data sources, external identity data source, outbound webhooks, third-party integration
@@ -461,7 +462,8 @@
461462
- name: Integrate with our technology partners
462463
items:
463464
- name: Azure AD B2C partner gallery
464-
href: partner-gallery.md
465+
href: partner-gallery.md
466+
displayName: marketplace, integration, extensibility, extend, customization, customisation
465467
# Secure
466468
- name: Secure
467469
items:

articles/active-directory/authentication/howto-mfa-nps-extension-errors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Sometimes, your users may get messages from Multi-Factor Authentication because
6969
| **OathCodeIncorrect** | Wrong code entered\OATH Code Incorrect | The user entered the wrong code. Have them try again by requesting a new code or signing in again. |
7070
| **SMSAuthFailedMaxAllowedCodeRetryReached** | Maximum allowed code retry reached | The user failed the verification challenge too many times. Depending on your settings, they may need to be unblocked by an admin now. |
7171
| **SMSAuthFailedWrongCodeEntered** | Wrong code entered/Text Message OTP Incorrect | The user entered the wrong code. Have them try again by requesting a new code or signing in again. |
72+
| **AuthenticationThrottled** | Too many attempts by user in a short period of time. Throttling. | Microsoft may limit repeated authentication attempts that are performed by the same user in a short period of time. This limitation does not apply to the Microsoft Authenticator or verification code. If you have hit these limits, you can use the Authenticator App, verification code or try to sign in again in a few minutes. |
73+
| **AuthenticationMethodLimitReached** | Authentication Method Limit Reached. Throttling. | Microsoft may limit repeated authentication attempts that are performed by the same user using the same authentication method type in a short period of time, specifically Voice call or SMS. This limitation does not apply to the Microsoft Authenticator or verification code. If you have hit these limits, you can use the Authenticator App, verification code or try to sign in again in a few minutes.|
7274

7375
## Errors that require support
7476

56.9 KB
Loading

articles/active-directory/develop/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,10 @@
124124
href: active-directory-optional-claims.md
125125
- name: Configure role claim
126126
href: active-directory-enterprise-app-role-management.md
127-
- name: Configure token lifetimes
128-
href: configure-token-lifetimes.md
129127
- name: Customize JWT claims
130128
href: active-directory-jwt-claims-customization.md
131129
- name: Customize SAML claims
132130
href: active-directory-saml-claims-customization.md
133-
- name: Customize claims using PowerShell
134-
href: active-directory-claims-mapping.md
135131
- name: Directory extension attributes
136132
href: active-directory-schema-extensions.md
137133
- name: SAML app multi-instancing

0 commit comments

Comments
 (0)