I’m using your Terraform provider, and am trying to find a way to programmatically switch to “Identity First” Authentication Profile. Is this supported via the API/Terraform?
This is requested on the Terraform GitHub repo as issue #1186 (it won’t let me put a link to it).
Hi @kyle.kotowick
Welcome to the Auth0 Community!
Yes. This is supported via Terraform and our Management API.
For Terraform, this is handled by auth_prompt
. You can read more about how to use it here.
For the Management API, you can update it using this endpoint.
If you have any other questions, feel free to leave a reply!
Kind Regards,
Nik