Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 3.28 KB

auth.md

File metadata and controls

60 lines (51 loc) · 3.28 KB

OAuth/2, OpenID, etc

  • OAuth/2 should be used in conjunction with OpenID
  • Do not use OAuth/2 itself for authentication (use OpenID Connect instead)
  • Use state parameter to prevent CSRF attacks
  • OpenID Connect is a stack on top of OAuth
OpenID is about verifying a person's identity.
OAuth is about accessing a person's stuff.
OpenID Connect does both.

Checklist

Stolen from https://github.com/ory/fosite

Videos

Links