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)
Tag: auth0
Setup Auth0 as an External IDP
If users are mastered in an Auth0 tenant and you would like to provide those users access to an Okta tenant, then this is how you can configure Auth0 as an external IDP using OIDC. Step 1 - Configure Auth0 Perform the following steps in your Auth0 tenant: In the Auth0 administration console, create a … Continue reading Setup Auth0 as an External IDP