Handle authentication/password resets for unique usernames with duplicate email address using CIC (Auth0)

TL;DR In certain unique cases, I have come across a scenario where end customers are using a unique username (ex: USER01) with duplicate email address. In this blog post, I have tried to document a solution/approach on how we could handle authentication and password reset for these users using CIC (Auth0). Known Information Currently CIC … Continue reading Handle authentication/password resets for unique usernames with duplicate email address using CIC (Auth0)

Counting aMAUs from System Logs

Okta's Workforce Identity Cloud leverages the somewhat confusing named Annual Monthly Active Users (aMAU) metric to measure Customer Identity Access Management usage. This is distinct from Workforce Identity usage which is measured in a per user per month basis. aMAU is the cumulative annual measure of active users in any given month. That is unique … Continue reading Counting aMAUs from System Logs

Learn How to use Workflows for Inline Hooks

Token Inline HookWorking ExampleStep 1 - External ServiceStep 2 - Create Okta WorkflowStep 3 - Okta ConfigurationCreate Inline HookAdd Hook to Authorization ServerTest Inline Hook and WorkflowGet your Workflows questions answered With this release of low-latency flows, Okta has laid the groundwork for supporting any web hook that is time sensitive. Traditionally, organizations have to … Continue reading Learn How to use Workflows for Inline Hooks

Auth0 Integration with Okta Workflows – Part Two

This blog post is part two in the series. The first post can be found here: Auth0 Integration with Okta Workflows – Part One For large organizations comprised of numerous independently managed business units, centralizing identity can be extremely challenging. Okta hub-spoke architecture model has been key in solving this issue for many organizations for … Continue reading Auth0 Integration with Okta Workflows – Part Two

Generate Auth0 Access Token via Okta Workflows

Okta Workflows makes it easy to automate identity processes at scale – without writing code. Using the if-this-then-that logic, Okta’s pre-built connector library and the ability to connect to any publicly available API, anyone can innovate with Okta. The Customer Identity Cloud (aka Auth0 Identity Platform), a product unit within Okta, takes a modern approach to … Continue reading Generate Auth0 Access Token via Okta Workflows

Auth0 Integration with Okta Workflows – Part One

The Customer Identity Cloud (aka Auth0 Identity Platform), a product unit within Okta, takes a modern approach to identity and enables organizations to provide secure access to any application, for any user. Auth0 is a highly customizable platform that is as simple as development teams want, and as flexible as they need. In todays product … Continue reading Auth0 Integration with Okta Workflows – Part One

Customize Auth0 Universal login page using React

Auth0 provides several ways of changing login experience based on the level customization you need. You can use Auth0's new universal login page which allows you to use Liquid template language to customize the login page. You can find out more about this approach in Auth0 documentation. Auth0 has also another universal login page which … Continue reading Customize Auth0 Universal login page using React