命名空间:microsoft.graph
自定义身份验证扩展在用户身份验证会话期间定义与外部系统的交互。 这是派生以下类型的抽象类型。
- onAttributeCollectionStartCustomExtension 资源类型。
- onAttributeCollectionSubmitCustomExtension 资源类型。
- onTokenIssuanceStartCustomExtension 资源类型。
- onAttributeCollectionStartCustomExtension 资源类型。
- onAttributeCollectionSubmitCustomExtension 资源类型。
- onOtpSendCustomExtension 资源类型。
了解如何在 配置自定义声明提供程序令牌颁发事件 (预览版) 使用此 API。
注意
最多可以有 100 个自定义扩展策略。
详细了解自定义身份验证扩展, 以及如何在 配置自定义声明提供程序令牌颁发事件时使用此 API, (预览版) 。
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| List | customAuthenticationExtension 集合 | 检索派生自 customAuthenticationExtension 的对象类型的列表。 |
| 创建 | customAuthenticationExtension | 创建派生自 customAuthenticationExtension 的新对象类型。 |
| Get | customAuthenticationExtension | 读取派生自 customAuthenticationExtension 的对象类型的属性和关系。 |
| 更新 | 无 | 更新派生自 customAuthenticationExtension 的对象类型的属性。 |
| 删除 | None | 删除派生自 customAuthenticationExtension 的对象类型。 |
| 验证身份验证配置 | authenticationConfigurationValidation | 检查 customAuthenticationExtension 对象的终结点和身份验证配置的有效性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| authenticationConfiguration | customExtensionAuthenticationConfiguration | customAuthenticationExtension 的身份验证配置。 继承自 customCalloutExtension。 |
| behaviorOnError | customExtensionBehaviorOnError | 自定义身份验证扩展的错误行为。 |
| clientConfiguration | customExtensionClientConfiguration | customAuthenticationExtension 的连接设置。 继承自 customCalloutExtension。 |
| description | String | customAuthenticationExtension 的说明。 继承自 customCalloutExtension。 |
| displayName | String | customAuthenticationExtension 的显示名称。 继承自 customCalloutExtension。 |
| endpointConfiguration | customExtensionEndpointConfiguration | 此自定义扩展调用的 HTTP 终结点。 继承自 customCalloutExtension。 |
| id | String | customAuthenticationExtension 的标识符。 继承自 entity。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@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"
}
}