Skip to content

Commit aff8c26

Browse files
authored
Merge pull request #9318 from cilwerner/patch-2
[Custom auth ext] Highlighting policy limits to be clearer
2 parents 984dc93 + 0f55c5a commit aff8c26

4 files changed

+14
-3
lines changed

api-reference/beta/api/identitycontainer-post-authenticationeventlisteners.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Create a new [authenticationEventListener](../resources/authenticationeventliste
2222
- [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md)
2323
- [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md)
2424

25+
> [!NOTE]
26+
>
27+
> You can have a maximum of 250 event listeners.
2528
2629
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2730

api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Create a new [customAuthenticationExtension](../resources/customauthenticationex
1818
- [onAttributeCollectionStartCustomExtension](../resources/onattributecollectionstartcustomextension.md) resource type.
1919
- [onAttributeCollectionSubmitCustomExtension](../resources/onattributecollectionsubmitcustomextension.md) resource type.
2020

21+
> [!NOTE]
22+
>
23+
> You can have a maximum of 100 custom extension policies.
24+
2125
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2226

2327
## Permissions

api-reference/beta/resources/authenticationeventlistener.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ To customize the authentication process, listeners can be registered which speci
2323
- [onAttributeCollectionStartListener](../resources/onattributecollectionstartlistener.md) resource type
2424
- [onAttributeCollectionSubmitListener](../resources/onattributecollectionsubmitlistener.md) resource type
2525

26-
You can have a maximum of 250 event listeners.
26+
> [!NOTE]
27+
>
28+
> You can have a maximum of 250 event listeners.
2729
2830
Inherits from [entity](../resources/entity.md).
2931

api-reference/beta/resources/customauthenticationextension.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ Custom authentication extensions define interactions with external systems durin
1919
- [onAttributeCollectionStartCustomExtension](../resources/onattributecollectionstartcustomextension.md) resource type.
2020
- [onAttributeCollectionSubmitCustomExtension](../resources/onattributecollectionsubmitcustomextension.md) resource type.
2121

22-
You can have a maximum of 100 custom extension policies.
23-
2422
Inherits from [customCalloutExtension](../resources/customcalloutextension.md).
2523

2624
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).
2725

26+
> [!NOTE]
27+
>
28+
> You can have a maximum of 100 custom extension policies.
29+
2830
## Methods
2931
|Method|Return type|Description|
3032
|:---|:---|:---|

0 commit comments

Comments
 (0)