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)] 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 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). 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| |:---|:---|:---|