auth0/auth0.net

Unable to access 'provisioning_ticket_url'

zzanol opened this issue · 4 comments

Connection does not include property ProvisioningTicketUrl (provisioning_ticket_url) so we're unable to display this URL in our UI.

Please add ProvisioningTicketUrl to the Connection model.

Are you referring to the property that comes from Azure AD?

If so, would you be able to provide a PR that adds support for that? I would be happy to review it and include it in the SDK!

It's a URL that is generated by Auth0 (I believe) for authorizing Google Workspace enterprise connections.

In the Auth0 UI, this URL is found on the 'Setup' tab of a Google Workspace connection.

PR submitted, e0fa901

PR merged, ba171f6