You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to verify a custom domain with self-managed certificates using the Management API, the SDK fails to return the cname_api_key value. You can only get this value at the time of verification, so it should be included in the CustomDomainVerificationResponse.
I propose adding a CnameApiKey -- or similarly-named -- property to that response that maps to the cname_api_key in the HTTP response.
Checklist
Description
When attempting to verify a custom domain with self-managed certificates using the Management API, the SDK fails to return the
cname_api_key
value. You can only get this value at the time of verification, so it should be included in the CustomDomainVerificationResponse.I propose adding a
CnameApiKey
-- or similarly-named -- property to that response that maps to thecname_api_key
in the HTTP response.Management API documentation Verify a custom domain Response Schema
Reproduction
self_managed_certs
.cname_api_key
.Additional context
No response
auth0.net version
7.30.0
.NET version
8
The text was updated successfully, but these errors were encountered: