Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

DUO OOTB Connector is not converting last_login timestamp to proper datetime value

jralexander137
Regular Contributor
Regular Contributor

I am using the OOTB DUO connector for account and access imports as per the documentation. The problem is that the last_login attribute mapping provided is not pulling in and parsing the unix timestamp from last_login attribute properly. The only way to get the value in it seems is to set the data type to char. I would expect this should be handle OOTB but if not, is there some way to convert the unix timestamp to a proper datetime?

{
"userAccountsJSON": {
"customproperty8": "alias1~#~char",
"accountID": "user_id~#~char",
"name": "username~#~char",
"displayName": "realname~#~char",
"customproperty4": "email~#~char",
"customproperty6": "last_login~#~datemillis",
"lastlogondate": "last_login~#~datemillis",
"customproperty13": "groups.name~#~char"
}
}

1 REPLY 1

rushikeshvartak
All-Star
All-Star
  • Whats response date showing in DUO?
  • what is date format showing in saviynt ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.