Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Custom authentication extensions define interactions with external systems during a user authentication session. This is an abstract type from which the following types are derived.
Inherits from customCalloutExtension.
Learn how to use this API when Configuring a custom claim provider token issuance event (preview).
Note
You can have a maximum of 100 custom extension policies.
Learn more about custom authentication extensions and how to use this API when Configuring a custom claim provider token issuance event (preview).
Method | Return type | Description |
---|---|---|
List | customAuthenticationExtension collection | Retrieve a list of the object types that are derived from customAuthenticationExtension. |
Create | customAuthenticationExtension | Create a new object type that is derived from customAuthenticationExtension. |
Get | customAuthenticationExtension | Read the properties and relationships of an object type that is derived from customAuthenticationExtension. |
Update | None | Update the properties of an object type that is derived from customAuthenticationExtension. |
Delete | None | Delete an object type that is derived from customAuthenticationExtension. |
Validate authentication configuration | authenticationConfigurationValidation | Check the validity of the endpoint and authentication configuration for a customAuthenticationExtension object. |
Property | Type | Description |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | The authentication configuration for the customAuthenticationExtension. Inherited from customCalloutExtension. |
behaviorOnError | customExtensionBehaviorOnError | The behaviour on error for the custom authentication extension. |
clientConfiguration | customExtensionClientConfiguration | The connection settings for the customAuthenticationExtension. Inherited from customCalloutExtension. |
description | String | The description of the customAuthenticationExtension. Inherited from customCalloutExtension. |
displayName | String | The display name for the customAuthenticationExtension. Inherited from customCalloutExtension. |
endpointConfiguration | customExtensionEndpointConfiguration | The HTTP endpoint that this custom extension calls. Inherited from customCalloutExtension. |
id | String | Identifier for the customAuthenticationExtension. Inherited from entity. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customAuthenticationExtension",
"id": "String (identifier)",
"authenticationConfiguration": {
"@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
},
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
},
"description": "String",
"displayName": "String",
"endpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
},
"behaviorOnError": {
"@odata.type": "microsoft.graph.customExtensionBehaviorOnError"
}
}
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in