Skip to content

(Service) Dynamically redirects user after changing password.

Notifications You must be signed in to change notification settings

vidsy/auth0-change-password-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth0-change-password-redirect

NGINX Docker container which redirects programatically after a user changes their password using the Auth0 Change Password Flow V2.

Problem

When using the Auth0 hosted change password form, you can only redirect to a single endpoint after a user successfully changes their password.

This is an issue when you have multiple clients on different domains, as the redirect needs to be dynamic based on the client.

Forum posts:

Solution

  • Host this service.
  • Set the redirect endpoint to the following:
https://redirect-service.example.com?app_name={{ application.name }}

About

(Service) Dynamically redirects user after changing password.

Resources

Stars

Watchers

Forks

Packages

No packages published