OKTA API not exporting Source address details -
i have created okta api using token , admin account url export events(logs) reffered activities done on okta account. able export events ip address details or source ip (from where) info not getting exported. more need added api same. please advise.
modify okta api com.okta.sdk.models.event.actor.java add property: private string ipaddress;
add get/set funcitons. compile source code new okta api jar, use jar substitute original one, ipaddress attribute value in event.actor.ipaddress
Comments
Post a Comment