The audit log in Azure AD in super important. If I was an attacker that got access to some tenant, I would make sure my details would not show up in there. I would probably use a VPN/TOR of sorts just to hide my tracks. But what if I tell you that the Microsoft Graph API does already covers your tracks? Not my IP showing in the audit log| svrooij.io
Microsoft organized a Teams Hacktogether hackathon, we had a great idea. This post will show you our entry.| svrooij.io
In the previous post I shared my first experience with the teams toolkit. For the Teams Hacktogether, we started our Teams Tab in Blazor. What is Blazor, what flavours are there and what about hosting your app?| svrooij.io
We needed access to some data not available in the Graph API| Coding Stephan
Blazor is a feature of ASP.NET for building interactive web UIs using C# instead of JavaScript. It's real .NET running in the browser on WebAssembly.| Microsoft