top | item 16070780

(no title)

cmsd2 | 8 years ago

really? both Azure AD and AWS Cognito use RS256 as the only algorithm supported. perhaps my sample size is small.

discuss

order

logicuce|8 years ago

Google OAuth 2 tokens are also RS256 JWTs

lvh|8 years ago

The requirements and budget of Google, Amazon and Microsoft are very different from a median start-up.

A simple closely related field: OAuth 2 token replay attacks. I auth against A with Facebook, A uses token to impersonate me against B. ISTR Google had basically the same bug. A median startup will not find that bug. Storing a random token in a database? Very likely they won't mess that one up. Also, if you do (let's say your randomness generator is MT as opposed to a CSPRNG), it's easy to fix, because you control the validation endpoint.