イベントフックのエンドポイントを更新する

Okta Classic Engineでは、system.voice.send_phone_verification_callおよびsystem.sms.send_phone_verification_messageイベントのJSONペイロードのtargetオブジェクト内にmobile phoneが含まれています。

コピー
"target": [
….
{
"id": "mbl3p075rwLbODqXZ0g7",
"type": "MobilePhone",
"alternateId": "+14xxxxxxxxx",
"displayName": "+14xxxxxxxxx"
}
….

Okta Identity EngineのdebugContextオブジェクト

Okta Identity Engineでは、JSONペイロードにMobilePhoneターゲットは含まれていません。代わりに、debugContextオブジェクト内にMobile Phoneがあります。Okta Identity Engineにアップグレードする前に、この電話番号を扱うようにエンドポイントをアップデートします。

コピー
debugContext": {
"debugData": {
"phoneNumber": "+14xxxxxxxxx",
"countryCallingCode": "1",
"requestId": "84085715bcbbff7afd1a28bb40dcf305",
"smsProvider": "TELESIGN",
"threatSuspected": "false",
"requestUri": "/idp/idx/credential/enroll",
"targetEventHookIds": "who3p0a3y5uKucF8I0g7",
"transactionId": "65E3752B9054020491972E5DE8107404",
"url": "/idp/idx/credential/enroll?"
}
}