Hello,
We are using the python management sdk to generate a new password ticket for our invite-only application. Per the documentation instructions, we pass in the client_id to force a redirect to the default login route of our application. Unfortunately, no redirect is occurring … When the new user creates a password the page does not auto-redirect. Please see the code snipit and details below
- Which SDK this is regarding: e.g. Python
- SDK Version: auth0-python==3.14.0
- Platform Version: Python 3.8
- Login Experience: New Universal Login
-
Code Snippet:
resp_url = auth0.tickets.create_pswd_change({ “user_id”: user_id, "client_id: client_id})
Any help would be greatly appreciated. Thank you in advance!