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?