The Identity of OAuth Public Clients

Should you be worried about OAuth client impersonation? Let's answer some of the most frequently misunderstood questions about | Continue reading


@developer.okta.com | 1 year ago

How to Create a Seamless Mobile SSO (Single Sign-On) Experience in iOS

Understanding platform-level constraints is a prerequisite for developing great mobile experiences. This article explores browser options available on iOS, how they've evolved, and their cookie-sharing behaviors. | Continue reading


@developer.okta.com | 2 years ago

Does Java 18 finally have a better alternative to JNI?

Let's look at the state of Foreign Function Interface (FFI) in Java. | Continue reading


@developer.okta.com | 2 years ago

The Development Environment of the Future

A glimpse into the near future of programming | Continue reading


@developer.okta.com | 3 years ago

A Thorough Introduction to Paseto (2019)

An in-depth look at the successor to JSON Web Tokens: PASETO. | Continue reading


@developer.okta.com | 3 years ago

Build a Simple React Application Using Hooks

This tutorial shows you how to use React Hooks to build a simple, secure app. | Continue reading


@developer.okta.com | 3 years ago

Learn how to build command line applications using Node.js | Continue reading


@developer.okta.com | 3 years ago

Serverless Java with Amazon Web Services

The cloud is maturing from virtual machines being a discrete unit of work to virtual functions. In this post, we explore serverless with Java and AWS | Continue reading


@developer.okta.com | 3 years ago

Security Patterns for Microservice Architectures

Are you securing your microservice architectures by hiding them behind a firewall? That works, but there are better ways to do it. | Continue reading


@developer.okta.com | 4 years ago

Testing Tools for Node.js

The best testing tools available for Node.js | Continue reading


@developer.okta.com | 4 years ago

Multi-Factor Authentication Sucks

Multi-factor authentication is slow, annoying, and frustrating. Let's talk about ways we can fix it. | Continue reading


@developer.okta.com | 4 years ago

An Illustrated Guide to OAuth and OpenID Connect

An illustrated guide to explain OAuth and OpenID Connect! | Continue reading


@developer.okta.com | 4 years ago

Container Security: A Developer Guide

A short guide which explains how to properly secure containers and things to keep in mind when using containers. | Continue reading


@developer.okta.com | 4 years ago

Software Development Is a Creative Endeavor

This post discusses software development as a creative and not purely technical pursuit. | Continue reading


@developer.okta.com | 4 years ago

Is GitHub Package Registry the NPM Killer?

GitHub has announced GitHub Package Registry. Does this spell the death for npm? | Continue reading


@developer.okta.com | 4 years ago

Are you a .Net / C# dev? We round up DevOps tools you NEED to know

CI/CD automation, code analysis, and database versioning. Check out the top 5 tools for DevOps automation that every .NET developer should know. | Continue reading


@developer.okta.com | 4 years ago

IInterface Considered Harmful

This post discusses the disadvantages of using the 'I' prefix for interfaces in static-typed languages. | Continue reading


@developer.okta.com | 4 years ago

What the Heck Is Sign in with Apple?

Sign In with Apple is based on OAuth 2.0 and OpenID Connect, and provides a privacy-friendly way for users to sign in to websites and apps | Continue reading


@developer.okta.com | 4 years ago

Top Visual Studio Code Extensions for Node.js

Our recommendations for the essential Visual Studio Code extensions for Node.js developers. | Continue reading


@developer.okta.com | 5 years ago

Is the OAuth 2.0 Implicit Flow Dead?

In this post, we'll look at what's changing in the Implicit Flow and why. | Continue reading


@developer.okta.com | 5 years ago

Build Your First Azure Function in Visual Studio Code

This tutorial walks you through building a simple Azure Function in C#. | Continue reading


@developer.okta.com | 5 years ago

Pro Tips for Developer Relations

Are you in developer advocacy or a frequent conference speaker? Read this post for tips and tricks for making your life a lot easier. | Continue reading


@developer.okta.com | 5 years ago

Nobody Cares About OAuth or OpenID Connect

Developers don't care about OAuth or OpenID Connect. Learn why. | Continue reading


@developer.okta.com | 5 years ago

OAuth API Keys and Secrets Aren't Safe in Mobile Apps

Let's take a look at two ways it's possible to hack secret API keys out of mobile apps. | Continue reading


@developer.okta.com | 5 years ago

What's New in JavaScript for 2019

Here are the new features coming to ES2019 for JavaScript. | Continue reading


@developer.okta.com | 5 years ago

History (and Future) of Asynchronous JavaScript

This post explores the history of how asynchronous calls are made in JavaScript, and how to make them in the future. | Continue reading


@developer.okta.com | 5 years ago

Learn JavaScript in 2019

There's never been a better time to be a programmer, and JavaScript is a strategically important language to learn. Make it your goal to learn more in 2019! | Continue reading


@developer.okta.com | 5 years ago

I made a cli example about the special OAuth 2.0 flow for native and mobile apps

Native and Mobile apps have special requirements for using OAuth 2.0. | Continue reading


@developer.okta.com | 5 years ago

What the Heck is OAuth (2017)

OAuth 2.0 is a standard that apps can use to provide client applications with secure delegated access. OAuth works over HTTPS and authorizes devices, APIs, servers, and applications with access tokens rather than credentials. OIDC adds a signed ID token and a UserInfo endpoint. | Continue reading


@developer.okta.com | 5 years ago

Add Login to Your ASP.NET Core Application

This tutorial walks you through adding simple authentication and authorization to your ASP.NET Core application using Okta. | Continue reading


@developer.okta.com | 5 years ago

Simple Token Auth for Java Apps

This article explores the benefits of token authentication with JWTs for Java apps. | Continue reading


@developer.okta.com | 5 years ago

Build a Desktop App with Electron and Authentication – Okta Developer

Learn how to build a desktop application using Electron and React, then add authentication with OIDC. | Continue reading


@developer.okta.com | 5 years ago

How to Get More Internet Users to Enable 2FA on Their Accounts

Interested in ways to improve two-factor authentication for your users? We'll teach you how to grow two-factor adoption and build a more secure userbase. | Continue reading


@developer.okta.com | 5 years ago

Show HN: I built a 2FA token from a Gameboy clone

Learn about the time-based one-time password algorithm using a credit-card-sized, Arduino-based game device and Okta Verify for MFA. | Continue reading


@developer.okta.com | 5 years ago

Why JWTs Suck as Session Tokens

Learn why you should never use JSON web tokens as session tokens (either in cookies or HTML local storage). | Continue reading


@developer.okta.com | 5 years ago

Secure Your ASP.NET Webforms App with OpenID Connect

This tutorial walks you through securing your ASP.NET Web Forms application with OpenID Connect and Okta | Continue reading


@developer.okta.com | 5 years ago

Build a Basic CRUD App with ASP.NET Core and Vue

Continue reading


@developer.okta.com | 5 years ago

Build a Secure ReST API with Node

Continue reading


@developer.okta.com | 5 years ago

Android from scratch (without IDE)

Continue reading


@developer.okta.com | 5 years ago

Build a SPA with Stripe, ASP.NET Core and Angular 6

Continue reading


@developer.okta.com | 5 years ago

Build a CRUD-Y Blog SPA with Node and Angular

Continue reading


@developer.okta.com | 5 years ago

Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1

Continue reading


@developer.okta.com | 5 years ago

Build a CRUD App with ASP.NET Framework 4.x Web API and Angular

Continue reading


@developer.okta.com | 5 years ago

Securely Manage Users in Your Node App

Continue reading


@developer.okta.com | 5 years ago

MFA from the command line

Continue reading


@developer.okta.com | 5 years ago

What Happens If Your JWT Is Stolen?

Continue reading


@developer.okta.com | 5 years ago

How to Prevent Your Users from Using Breached Passwords

Continue reading


@developer.okta.com | 5 years ago

Static Sites vs. CMS

Continue reading


@developer.okta.com | 5 years ago