#EIC2022 TIL that externalizing authorization faces the same challenges that externalizing authentication faced a long time ago. @guruallan states that we shouldn't repeat the XACML failure by putting policy definition and enforcement in the same standard.
#EIC2022 When reading about the Host-local Architecture https://t.co/mt2rbxeAI4 I'm beginning to understand what the fuss about OPA is all about. Thanks @flascelles for pointing this out in your excellent talk today! #Aha_Erlebnis
#EIC2022 TIL that organizations won't be able to ditch Active Directory within the next decade. @sylvaincortes states that at the same time, it will get harder to find experts. #on_prem_is_the_new_mainframe
#EIC2022 TIL at the start of the pandemic, many organizations switched off their User behavior analytics solutions because the context changed overnight
Learned from session by @vibronet that user tracking countermeasures in browsers are also impacting our Single Sign On experience https://t.co/zaZlcCDs4H
New preview: Microsoft Cloud App Security scans cloud apps for sensitive data and automatically applies Azure Information Protection labels through policies – including encryption and rights management capabilities such as block forwarding, printing, copying etc. https://t.co/QUiXpaN6AJ
Add the last 50 lines of one utf-8 encoded file to another in #PS recipe: Get-Content -Encoding UTF8 -Tail 50 .\file_to_append.txt | Out-File .\file_being_appended.txt -Append -Encoding utf8