Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/12/2024 01:51 AM
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
08/12/2024 04:50 AM
Yes it can be pulled from 24.4.6
08/20/2024 07:07 AM - edited 08/20/2024 07:11 AM
08/20/2024 07:08 AM
yes its working after 24.4.6
08/20/2024 07:47 AM
@Sreejith - Yes, you can try with Full Import only.