WassupAI

WassupAI

29
Dec
New Relic and AWS Lambda Integration - Key Metrics that Matter

New Relic and AWS Lambda Integration - Key Metrics that Matter

Move beyond simple success/failure. We will deep dive into serverless-specific KPIs like Cold Starts, billed duration vs. actual duration, and memory utilization to truly measure the health of your functions.
7 min read
29
Dec
New Relic and AWS Lambda Integration - The "Black Box" Problem

New Relic and AWS Lambda Integration - The "Black Box" Problem

Traditional monitoring fails when servers are ephemeral. Learn why standard server metrics disappear in Lambda environments and why you need visibility inside the execution cycle itself to catch issues that vanish when the container dies.
8 min read
29
Dec
OIDC - Debugging OIDC

OIDC - Debugging OIDC

When things break, how do you fix them? Master tools like jwt.io and OIDC Debuggers to inspect raw tokens and troubleshoot common errors like invalid_grant or mismatched redirect URIs.
7 min read
29
Dec
OIDC - B2B vs. B2C Patterns

OIDC - B2B vs. B2C Patterns

Enterprise needs differ from consumer apps. We’ll explore architectures for multi-tenancy, organization-specific login policies, and "Identity Brokering" (Log in with Google/Microsoft).
7 min read
29
Dec
OIDC - Identity Providers (IdP) Comparison

OIDC - Identity Providers (IdP) Comparison

Auth0, Keycloak, or Cognito? We’ll compare managed SaaS solutions against self-hosted options, evaluating costs, customization limits, and operational overhead to help you pick the right stack.
7 min read
29
Dec
OIDC - ACR & AMR (Authentication Context Class Reference)

OIDC - ACR & AMR (Authentication Context Class Reference)

Not all logins are equal. Use these values to demand higher security standards—like forcing Multi-Factor Authentication (MFA)—or to audit exactly how a user authenticated (e.g., password vs. bio).
7 min read
29
Dec
OIDC - Dynamic Client Registration

OIDC - Dynamic Client Registration

Move beyond manual setup. Learn how Relying Parties can programmatically register with OpenID Providers, automating the exchange of client IDs and secrets for scalable, multi-tenant architectures.
7 min read
29
Dec
OIDC - Session Management & Logout

OIDC - Session Management & Logout

Logging in is easy; logging out is hard. We’ll tackle Single Logout (SLO), distinguishing between front-channel and back-channel mechanisms to ensure sessions are terminated cleanly across all apps.
8 min read
29
Dec
OIDC - State Parameter

OIDC - State Parameter

Defend against Cross-Site Request Forgery (CSRF). We’ll use the state parameter to cryptographically bind the request to the callback, ensuring the response you receive is actually the one you asked for.
7 min read
29
Dec
OIDC - Token Lifecycle Management

OIDC - Token Lifecycle Management

Tokens expire for a reason. Master the dance of short-lived access tokens and long-lived refresh tokens, including strategies for rotation and revocation to maintain security without annoying users.
7 min read