Hi Team,
I’m trying out the supported sign-in activity attributes mentioned in the following Enhancement post:
I’m unable to get the account attributes to actually populate with sign-in activity using the attributes provided. This is what I’ve found while using a VA based Azure Active Directory connector:
- Adding any new attributes to the account schema with the
signInActivity.<attribute_name>format results in none of the new attributes being populated. - Adding
signInActivityto the account schema does provide a value of[object Object]indicating there is asignInActivityobject. - Adding
lastSignInDateTimeandlastNonInteractiveSignInDateTimewithout thesignInActivity.prefix does populate the fields with dates, butlastSuccessfulSignInDateTimedoes not.
I’ve tried creating a new Azure Active Directory connector in case I had some connector attribute set that was preventing the sign-in activity from being pulled, but even with a new default connector, adding attributes with the signInActivity.<attribute_name> format doesn’t seem to work.
Has anyone else had any luck getting these attributes to work? I’m working on an automation that specifically needs the last successful login date, which is unfortunately the only attribute that doesn’t work with either new or old formatting.
