Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PasswordChangeTicketRequest is missing ClientId parameter #463

Closed
buyckkdelaware opened this issue Jan 25, 2021 · 0 comments · Fixed by #464
Closed

PasswordChangeTicketRequest is missing ClientId parameter #463

buyckkdelaware opened this issue Jan 25, 2021 · 0 comments · Fixed by #464
Labels
feature request A feature has been asked for or suggested by the community

Comments

@buyckkdelaware
Copy link

Describe the problem

See: https://auth0.com/docs/api/management/v2#!/Tickets/post_password_change

The documentation states it's possible to add a client_id as well:
ID of the client. If provided for tenants using New Universal Login experience, the user will be prompted to redirect to the default login route of the corresponding application once the ticket is used. See Configuring Default Login Routes for more details.

I think this might be a very recent change, but we would need this for a customer project.

What was the expected behavior?

Include a ClientId property on the PasswordChangeTicketRequest class.

Reproduction

/

Environment

  • Version of this library used: 7.5.0
  • Which framework are you using, if applicable: .NET Core 3.1
  • Other modules/plugins/libraries that might be involved: /
  • Any other relevant information you think would be useful: /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants