OAuth
OAuth Articles
Is OAuth for Authentication or Authorization?
Understand why OAuth is an authorization framework, not an authentication protocol. Learn the differences and how to use OAuth correctly in your application.
OAuth 2.1: Key Updates and Differences from OAuth 2.0
OAuth 2.1 consolidates improvements and changes made to OAuth 2.0. Discover the key updates in OAuth 2.1, including enhanced security measures and streamlined flows.
OAuth Device Authorization
How to implement OAuth Device Authorization for set-top devices like Roku, AppleTV, and Xbox and more.
OAuth V1 Signed Requests
Twitter doesn't make it easy to build an OAuth v1 login with Java. Here's how we did it for FusionAuth.
SAML vs. OAuth - Understand Differences and Benefits
SAML and OAuth are two systems that make secure user access more convenient and secure. Although they’re superficially similar, under the hood there are more differences than you might expect.
Storing OAuth Tokens
OAuth grants return tokens, but what should you do with them?
The Complete List of OAuth Grants
Get a complete list of OAuth 2.0 grant types, including authorization code, client credentials.
The Value of Standards-Compliant Authentication
What are common auth standards and why should you consider using them in your application?
What is Oauth and How Does it Work?
Learn how OAuth 2.0 works with this simplified explanation and guide. Learn what it is, why it's essential for secure authorization, and best practices for implementation.