How can we create third party applications through Auth0 management api?

Hello, this might be a silly question but I am trying to create third-party applications and following along this guide User Consent and Third-Party Applications. The guide suggests to pass is_first_party: false through managementApi but I couldn’t find any such body field to set this flag to false. Though it is a part of the response schema for multiple endpoints.

Are third-party apps only be created through managementAPI?
Also, Where can we read more about domain connections which are required for third-party apps?

1 Like

Yes that is correct. At the time you can only create third party clients via management api only.

the endpoint to create clients is Auth0 Management API v2 and it does indeed include is_first_party input parameter. You can check it out in the body sample shown in the api explorer. Or just try it and it should work.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.