How can I change in identity attribute lastlogin via comparing two application

Attribute Name: lastlogin
Changes Required: Compare Azure AD last login data and AD last login and update the latest date as lastlogin date.

can you explain better what you want update? is lastlogin an identity attribute too?

@enistriminsait
Yes, I need to change in Identity attribute lastlogin

Hi @puresoftware ,

as per the description (not really verbose :-)) my understanding is that you may want to use a so called ā€œglobal (identity) attribute ruleā€.
Within that rule you can get the values from the links, compare them and use the newest one which you would return as attribute value.

Best regards,
Daniel

You could also just capture both of them separately on your identity cube:

lastLogonAD
lastLogonAzure

Then you can do your logic later to find the newer of the two. This might help in your reports when wanting to compare the values from either systems.