← Back to architecture map
🎫
Architecture Pattern POC

OAuth 2.0 / OIDC

Delegated authorization. Login with Google: app gets a token without your password.

auth

Flow From Map

User -> Auth Server -> token
App uses token to call API

Your POC Area

Replace this placeholder with your interactive proof of concept for OAuth 2.0 / OIDC. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: Auth0, Keycloak, Cognito, Passport.js