Is it possible to change the Oauth 2.0 grant_type to other than available grant_type in scim 2.0 connector?

I have tried changing it to some other value through backend, but it gives an error, also I tried using additional OAuth Request Parameters, but grant_type is getting overwritten by the default grant_type.

Hi @amankumargupta ,
As per my understanding, The SCIM 2.0 connector in ISC is designed to work with specific OAuth 2.0 grant types. Attempting to set a non-supported grant_type through backend configuration typically fails because the connector enforces the predefined grant types and overwrites custom grant_type values in the request body.

yes, I understand that. I have tried using the webservice connector and custom authentication but that is also not working. I have used curl command and same curl command works in postman but not in connector.