SSO — Deep Topical Notes

1 min read index source

SSO — Deep Topical Notes

Focused interview-prep notes on Single Sign-On. The parent ../02_sso.md is the Q&A overview; this folder is the deep dive into SAML/OIDC mechanics, attacks, provisioning, and the practical implementation pitfalls.

Files

# Topic
01 SAML 2.0 deep dive
02 OIDC and OAuth 2.0 flows
03 Tokens: ID, access, refresh
04 Session management with SSO
05 Single Logout (SLO)
06 SCIM and provisioning
07 Group / role / claim mapping
08 Attack vectors and security
09 MFA and step-up auth
10 Multi-tenant SSO patterns
11 Python libraries
12 Common pitfalls