Service Principal Sign in logs #1332
DanielBradley1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When viewing the service principal sign-in logs from the Microsoft Entra admin center it still uses Azure AD graph. These can be obtained through Microsoft Graph, but you need to add
&source=sp
to the URI. If you do this through Microsoft Graph Explorer, the PowerShell reference states to use the-source sp
parameter, but this is not supported in the Graph SDK.It would be great for this to be added to the Entra PowerShell module, I created a straightforward function in my last blog post here which highlights an example approach!
Maybe Get-EntraSpSignInLog would be an appropriate cmdlet name?
Beta Was this translation helpful? Give feedback.
All reactions