From d2ebb2cec34d017c2aa2c138a7d0b8ec6b9cc5fe Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:06:48 +0100 Subject: [PATCH 1/4] Update customauthenticationextension.md --- .../beta/resources/customauthenticationextension.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/customauthenticationextension.md b/api-reference/beta/resources/customauthenticationextension.md index 0de49da6bf4..7f268af9b28 100644 --- a/api-reference/beta/resources/customauthenticationextension.md +++ b/api-reference/beta/resources/customauthenticationextension.md @@ -19,12 +19,14 @@ Custom authentication extensions define interactions with external systems durin - [onAttributeCollectionStartCustomExtension](../resources/onattributecollectionstartcustomextension.md) resource type. - [onAttributeCollectionSubmitCustomExtension](../resources/onattributecollectionsubmitcustomextension.md) resource type. -You can have a maximum of 100 custom extension policies. - Inherits from [customCalloutExtension](../resources/customcalloutextension.md). Learn how to use this API when [Configuring a custom claim provider token issuance event (preview)](/azure/active-directory/develop/custom-extension-get-started?tabs=microsoft-graph?toc=/graph/toc.json&context=graph/context). +> [!NOTE] +> +> You can have a maximum of 100 custom extension policies. + ## Methods |Method|Return type|Description| |:---|:---|:---| From e681b506f193e84f5dc06a6b3c3502fccf732ac8 Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:13:13 +0100 Subject: [PATCH 2/4] Update identitycontainer-post-authenticationeventlisteners.md --- .../api/identitycontainer-post-authenticationeventlisteners.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-reference/beta/api/identitycontainer-post-authenticationeventlisteners.md b/api-reference/beta/api/identitycontainer-post-authenticationeventlisteners.md index c3b053fc446..97e398131f4 100644 --- a/api-reference/beta/api/identitycontainer-post-authenticationeventlisteners.md +++ b/api-reference/beta/api/identitycontainer-post-authenticationeventlisteners.md @@ -22,6 +22,9 @@ Create a new [authenticationEventListener](../resources/authenticationeventliste - [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) - [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) +> [!NOTE] +> +> You can have a maximum of 250 event listeners. [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)] From 75510e45eb72064c7c3e745ae5f66115f1b3bbc0 Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:15:05 +0100 Subject: [PATCH 3/4] Update authenticationeventlistener.md --- api-reference/beta/resources/authenticationeventlistener.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/resources/authenticationeventlistener.md b/api-reference/beta/resources/authenticationeventlistener.md index bb6a7740391..6de809c58a6 100644 --- a/api-reference/beta/resources/authenticationeventlistener.md +++ b/api-reference/beta/resources/authenticationeventlistener.md @@ -23,7 +23,9 @@ To customize the authentication process, listeners can be registered which speci - [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) resource type - [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) resource type -You can have a maximum of 250 event listeners. +> [!NOTE] +> +> You can have a maximum of 250 event listeners. Inherits from [entity](../resources/entity.md). From 0f55c5aa4a18679fa4ef8da8cd5b7927894e32b5 Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:42:41 +0100 Subject: [PATCH 4/4] Update identitycontainer-post-customauthenticationextensions.md --- .../identitycontainer-post-customauthenticationextensions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md b/api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md index ec2e1c11fe2..e7b43ab577f 100644 --- a/api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md +++ b/api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md @@ -18,6 +18,10 @@ Create a new [customAuthenticationExtension](../resources/customauthenticationex - [onAttributeCollectionStartCustomExtension](../resources/onattributecollectionstartcustomextension.md) resource type. - [onAttributeCollectionSubmitCustomExtension](../resources/onattributecollectionsubmitcustomextension.md) resource type. +> [!NOTE] +> +> You can have a maximum of 100 custom extension policies. + [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)] ## Permissions