onVerifiedIdClaimValidationCustomExtension リソースの種類

名前空間: microsoft.graph

onVerifiedIdClaimValidation イベントのカスタム認証拡張機能を表します。 この拡張機能を使用すると、組織は、外部 API エンドポイントを呼び出すことによって、認証フロー中に資格情報プレゼンテーションVerified IDからの要求を検証できます。

認証中にユーザーがVerified ID資格情報を提示すると、この拡張機能は、ユーザーのEntraアカウント情報や資格情報プレゼンテーションからの要求ディクショナリなど、Verified ID要求コンテキストを使用して、顧客が提供する API エンドポイントを呼び出します。 外部 API は要求を評価し、成功または失敗を示す検証結果を返します。

customAuthenticationExtension から継承します。

メソッド

なし。

このリソースの種類を管理するための API 操作の一覧については、 customAuthenticationExtension リソースの種類に関するページを参照してください。

プロパティ

プロパティ 説明
authenticationConfiguration customExtensionAuthenticationConfiguration 外部システムへの API 呼び出しをセキュリティで保護するための構成。 customCalloutExtension から継承されます。
behaviorOnError customExtensionBehaviorOnError 外部 API が失敗した場合、または到達できない場合のエラー処理の動作。 customAuthenticationExtension から継承されます。
clientConfiguration customExtensionClientConfiguration タイムアウトと再試行の設定を含む HTTP クライアント構成。 customCalloutExtension から継承されます。
説明 String カスタム認証拡張機能の説明。 customCalloutExtension から継承されます。
displayName 文字列 カスタム認証拡張機能の表示名。 customCalloutExtension から継承されます。
endpointConfiguration customExtensionEndpointConfiguration 外部 API の HTTP エンドポイント構成。 customCalloutExtension から継承されます。
id 文字列 カスタム認証拡張機能の一意識別子。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.onVerifiedIdClaimValidationCustomExtension",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "endpointConfiguration": {
    "@odata.type": "microsoft.graph.httpRequestEndpoint"
  },
  "authenticationConfiguration": {
    "@odata.type": "microsoft.graph.azureAdTokenAuthentication"
  },
  "clientConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
  },
  "behaviorOnError": {
    "@odata.type": "microsoft.graph.customExtensionBehaviorOnError"
  }
}