Skip to content

[Custom auth ext] Highlighting policy limits to be clearer #9318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
4 changes: 3 additions & 1 deletion api-reference/beta/resources/authenticationeventlistener.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 4 additions & 2 deletions api-reference/beta/resources/customauthenticationextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
|:---|:---|:---|
Expand Down
Loading