Securing Docker in the wild
A guide to securing the Docker API by using SSL certificates and socat for encrypted, authenticated remote connections.
A guide to securing the Docker API by using SSL certificates and socat for encrypted, authenticated remote connections.
Explains the difference between OBIEE's 'Act As' and 'Impersonate' features for user account access.
A technical guide on implementing a Persona Identity Provider, focusing on Python and addressing gaps in Mozilla's official documentation.
The author explains their motivation for adding SSL to their website: to become a Persona identity provider, discussing centralized online identity solutions.
A developer details implementing JWT-based session token authentication for a startup's API using Thinktecture.IdentityModel in ASP.NET Web API.
A tutorial on implementing two-factor authentication for SSH using Google Authenticator and PAM.
A guide on implementing API key authentication in ASP.NET Web API using a custom DelegatingHandler to map keys to user identities.
Fixing Gmail password errors on iPhone when using Exchange by creating an app-specific password to bypass Google's captcha.
A developer's critical rant about the complexity and frustrations of implementing OAuth for a Twitter API client, arguing it's overly complicated.
Troubleshooting OBIEE authentication failure with Active Directory due to incorrect Base User DN configuration.
Critique of counterproductive password policies, using Barclaycard as an example, and suggestions for more user-friendly, secure authentication.
Discusses the limitations of Django's built-in authentication system (contrib.auth) and the need for a more flexible alternative like django-newauth.
A guide to setting up and testing OAuth providers like Google, Facebook, and Twitter for user login, including local development configuration.
Explains how to use OpenID with Google Apps to secure internal company applications, replacing VPNs for a cleaner authentication workflow.
Announcing a new OAuth 2.0 client implementation for GNU Emacs, now available via GNU ELPA for accessing APIs like Google and Facebook.
A tutorial on using a Glimpse plugin to inspect Windows Identity Foundation (WIF) claims in an ASP.NET application for easier debugging.
A technical article discussing a flaw in Apache's mod_authnz_ldap module and a proposed patch to improve LDAP user authentication.
A guide on integrating Windows Azure AppFabric Access Control Service for federated authentication in the Orchard .NET CMS.
Diagnosing and resolving intermittent LDAP authentication failures in OBIEE 10g when connecting to Microsoft Active Directory.
A developer solves a TortoiseSVN authentication issue caused by using the svn:// protocol instead of https:// for commits.