名前空間: microsoft.graph
カスタム認証拡張機能は、ユーザー認証セッション中に外部システムとの対話を定義します。 これは、次の型が派生する抽象型です。
- onAttributeCollectionStartCustomExtension リソースの 種類。
- onAttributeCollectionSubmitCustomExtension リソースの 種類。
- onTokenIssuanceStartCustomExtension リソースの 種類。
- onAttributeCollectionStartCustomExtension リソースの 種類。
- onAttributeCollectionSubmitCustomExtension リソースの 種類。
- onOtpSendCustomExtension リソースの 種類。
customCalloutExtension から継承します。
カスタム要求プロバイダー トークン発行イベント (プレビュー) を構成するときに、この API を使用する方法について説明します。
注:
最大 100 個のカスタム拡張機能ポリシーを使用できます。
カスタム認証拡張機能の詳細 と、 カスタム要求プロバイダー トークン発行イベント (プレビュー) の構成時にこの API を使用する方法について説明します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| List | customAuthenticationExtension コレクション | customAuthenticationExtension から派生したオブジェクト型の一覧を取得します。 |
| Create | customAuthenticationExtension | customAuthenticationExtension から派生した新しいオブジェクト型を作成します。 |
| Get | customAuthenticationExtension | customAuthenticationExtension から派生したオブジェクト型のプロパティとリレーションシップを読み取ります。 |
| Update | なし | customAuthenticationExtension から派生したオブジェクト型のプロパティを更新します。 |
| Delete | なし | customAuthenticationExtension から派生したオブジェクト型を削除します。 |
| 認証構成を検証する | authenticationConfigurationValidation | customAuthenticationExtension オブジェクトのエンドポイントと認証構成の有効性を確認します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authenticationConfiguration | customExtensionAuthenticationConfiguration | customAuthenticationExtension の認証構成。 customCalloutExtension から継承されます。 |
| behaviorOnError | customExtensionBehaviorOnError | カスタム認証拡張機能のエラー時の動作。 |
| clientConfiguration | customExtensionClientConfiguration | customAuthenticationExtension の接続設定。 customCalloutExtension から継承されます。 |
| 説明 | String | customAuthenticationExtension の説明。 customCalloutExtension から継承されます。 |
| displayName | 文字列 | customAuthenticationExtension の表示名。 customCalloutExtension から継承されます。 |
| endpointConfiguration | customExtensionEndpointConfiguration | このカスタム拡張機能が呼び出す HTTP エンドポイント。 customCalloutExtension から継承されます。 |
| id | 文字列 | customAuthenticationExtension の識別子。 エンティティから継承 されます。 |
リレーションシップ
なし。
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"
}
}