Require domain verification when creating Self Service Ticket using .NET SDK

I’m currently testing the latest version of Auth0’s .NET library (7.39.0) to create Self Service SSO Tickets. However I have not been able to find a way to include the following property in the request using the model (SelfServiceSsoTicketCreateRequest):

domain_aliases_config = {
    domain_verification = DomainVerification.Required
}

which I need to set for every ticket created.

Is there a way to achieve this so I can migrate from using a direct HTTP request to using the SDK? Or is there a plan to add this soon?

Hi @mateo.quintero

Welcome to the Auth0 Community!

Thank you for posting your question. Are you able to repost your question on Auth0 .NET in Issues on GitHub? After that, I will ping the repository owners to check your issue.

Thanks!
Dawid

Hey Dawid thank you for looking into it. I’m linking here the issue created → Require domain verification when creating Self Service Ticket · Issue #845 · auth0/auth0.net · GitHub