Azure SAML Single Sign-On (SSO) in Angular

Flowchart of Azure SAML Single Sign-On integration showing Angular frontend redirecting to PHP middleware, Azure returning SAML response, backend validating user, and PHP issuing JWT token back to Angular.

When I first set out to connect Azure SAML Single Sign-On (SSO) with my Angular app, I thought it would be quick and easy. After all, SSO is a standard, Angular is powerful, and Azure is… well, Azure. But a few hours in, I realized this wasn’t going to be a plug-and-play situation. Angular lives … Read more

Google OAuth 2.0 Authentication with PHP: Complete Authorization Code Flow Guide

Google OAuth 2.0 Authentication with PHP authorization code flow guide illustration featuring Google and PHP logos with a login flow diagram.

1. Prerequisites – A Google account to create OAuth credentials. 2. Create Google OAuth Credentials 1. Go to Google Cloud Console: https://console.cloud.google.com/ 2. Select a project (or create a new one). 3. Enter project name 4. Navigate to APIs & Services → Credentials. 5. extra step: google auth platform configure 6. Create Credentials → OAuth … Read more