Allow PowerShell to Traverse a Secure Proxy
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A comparison of Azure Active Directory and Identity Server for identity management, focusing on features, setup, and developer experience.
A guide to customizing and adding custom claims to user identities in ASP.NET Core Identity, covering claims transformers and principal factories.
A tutorial on building a password-less login system in Laravel using email-only authentication, where users receive a login link.
Explores challenges and solutions for implementing multi-tenant authentication middleware pipelines in ASP.NET Core applications.
A guide to using Git Credential Manager (GCM) for seamless authentication with Visual Studio Team Services (VSTS) Git repositories on multiple platforms.
Explains how to use multiple authentication guards, including API tokens, in Laravel 5.2 for web and stateless API routes.
An overview of the new `make:auth` artisan command and authentication scaffolding features introduced in Laravel 5.2.
Highlights five key projects advancing security: U2F, Let's Encrypt, Rust, X25519/Ed25519, and Chromebooks.
A developer's experience purchasing and setting up the special edition Octocat Yubico U2F security key for GitHub two-factor authentication.
A guide on unit testing OWIN OAuth middleware for third-party API integration, using Vimeo as an example.
A deep-dive technical guide into Laravel Spark, an alpha-release tool for quickly building SaaS applications with Laravel.
A guide to configuring SSH on Windows for easier, secure connections to Linux VMs and Git, eliminating repeated password prompts.
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
A tutorial on implementing GitHub OAuth login in a Laravel application using the Socialite package for user authentication.
A developer shares their experience implementing Firebase security rules for an AngularJS app, explaining rule types, structure, and cascading behavior.
A guide on how to pass parameters to middleware in Laravel 5.1, using role-based authentication as a practical example.
Practical advice for enhancing company security, covering password storage, SSH access, network encryption, patching, and developer education.
Google is retiring OpenID for OAuth 2.0, requiring Azure ACS users to update their Google identity configuration by June 2015.
A guide to customizing FOSUserBundle in Symfony, covering redirect targets and flash messages for version 1.3.