Hi! Similar to what I’m able to do using the Okta Terraform provider, is it possible to create a new service app with a custom client_id using the /oauth2/v1/clients endpoint? I just created a simple python script to achieve this but am getting the following error:
“error”:“invalid_client_metadata”,“error_description”:“‘client_id’ is generated by the server and cannot be included in the request.”
I am working through a state drift issue in terraform and need a way to quickly create a service app with a custom client_id in several different environments. Open to any other workaround out there.
Thanks!