Entra ID – Deep Dive – The Basics – Part 1 | Journey Of The GeekThe post introduces a deep‑dive series on Microsoft Entra ID, explaining its core functions as an identity store and authentication service that support protocols like OAuth, OIDC, SAML, Kerberos, and LDAP. It clarifies the distinction between application objects (app registrations) and service principals, describes how tenants and cross‑tenant access work, and outlines basic concepts such as human vs. non‑human identities, application registration, and service principal usage. The author previews upcoming tutorials that will demonstrate practical implementations of Entra ID flows—including OIDC login, client‑credentials, and on‑behalf‑of scenarios—using simple Flask and FastAPI examples to illustrate authentication, token handling, and integration with Microsoft Graph and Azure storage.
How to Install Apache Guacamole on Ubuntu 24.04 - kifarunix.comA guide for installing Apache Guacamole on Ubuntu 24.04, covering required dependencies, building and installing guacamole‑server, setting up Tomcat 9, configuring Guacamole client and properties, creating user mappings, and accessing the web interface.
How to configure an Automation Stitch (email alert) for CPU threshold on a Fortigate. - SecnetlinuxTo configure an Automation Stitch for CPU threshold alerts on a Fortigate, set the CPU usage threshold to 50% and create an Automation Stitch under Security Fabric. Use the GUI to select CPU Usage Statistics as the trigger and specify the email address for alerts. Alternatively, configure it via CLI by setting the SMTP server and email parameters. Test the configuration by generating traffic to exceed the CPU threshold.
How to Run Program without Admin Privileges and Bypass UAC Prompt | Windows OS HubThis article provides various methods to run a program without admin privileges and bypass the UAC prompt in Windows OS. It covers topics such as configuring permissions for non-admin users, allowing standard users to run programs that require admin privileges, bypassing UAC with the RunAsInvoker option in CMD, enabling the RunAsInvoker mode in the EXE file manifest, and creating a shortcut to run a program with a saved administrator password. Each method is explained in detail with step-by-step instructions.