OAuth
OAuth Articles
Differences Between OAuth 2 And OAuth 2.1
The OAuth 2.1 draft will soon be published as an RFC. Why did they write it? How were the OAuth 2 specifications modified? What will you have to change?
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 2 Grants
Sure, you know the Authorization Code grant and the Client Credentials grant, but what other OAuth grants are there?
The Value of Standards-Compliant Authentication
What are common auth standards and why should you consider using them in your application?
What is OAuth 2.0 and How does it Work?
Discover what OAuth 2.0 is, how it works, and its importance in securing and managing access to online resources. Learn about its key grants and benefits.
Why Is There No Auth In OAuth?
OAuth and OIDC are all about authentication, right? Why is there no process of authentication defined in the specifications?