Understanding Client Authentication with Okta
In this article, you’ll learn how client authentication works with Okta for applications that need to request access tokens securely. The “client” here refers to a server-side or browser-based application or machine making a token requests. We’ll walk through different authentication methods supported by Okta, including how to generate your own key pairs and create…
Automated Unit Testing with the Auth0 Actions Testing library
This article provides a step-by-step guide on setting up an automated unit test suite for Auth0 Actions using Kilterset’s Auth0 Actions Testing library. It emphasizes the importance of automated tests for maintaining code reliability and offers practical instructions on creating tests, setting up the testing library, and running tests in the CI/CD pipeline.
Token protection (DPoP) with Okta
DPoP brings additional security to accessing both Okta APIs and external APIs. This article outlines the implementation steps to integrate applications with Okta using DPoP to prevent the misuse of authorization tokens.

IAMSE