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)

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