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…
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…
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…