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

Azure SignInActivity Retrieval Is now available with 24.5.10 OOTB Connector

jsatish
Regular Contributor II
Regular Contributor II

Hi All,

In Microsoft Entra ID (Azure AD OOTB), the signinActivity property provides detailed information about the sign-in events for a user. Below is sample signInActivity value returned from Microsoft graph API:
"signInActivity": {
"lastSignInDateTime": "2024-03-22T12:53:34Z",
"lastSignInRequestId": "8c3e6c34-5863-4a40-88d1-231cc93a5000",
"lastNonInteractiveSignInDateTime": "2024-03-22T12:53:40Z",
"lastNonInteractiveSignInRequestId": "c7782679-d6b6-4095-a241-f3d04d987600"
}
To import these details in EIC, update connection configuration as below:
Add signInActivity as one of the attribute in Account_Import_Fields.
1. Configure ACCOUNT_ATTRIBUTES to map signInActivity response. Below are sample mappings:
2. "custompropertyXX":"signInActivity.lastSignInDateTime~#~char" // To map with custom property
"LASTLOGONDATE":"signInActivity.lastSignInDateTime~#~date" // To map with date field
3. Run Full Account Import.

Note: SignInActivity details can only be imported as part of full import as Entra ID does not support this attribute as part of delta API call

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Yes it can be pulled from 24.4.6 

Refer https://forums.saviynt.com/t5/identity-governance/azure-ad-customsecurityattributevalue-filters-in-a... 


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

Sreejith
New Contributor III
New Contributor III

Hi @jsatish ,

May i know whether this will work for all version after 24.5?

 

yes its working after 24.4.6


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

jsatish
Regular Contributor II
Regular Contributor II

@Sreejith - Yes, you can try with Full Import only.