Hi Javier-Soriano ,
I am here again, I am trying to create a new connector, but I am experiencing some issues.
I modified the json connector and the EnableConnectorsAPI.ps1 script.
When I tried to create the connector for Azure AD, Threat Intelligence, the API returned the message: "Internal server error (HTTP status code: 500)". First, I think there is something about permissions. I checked the permission and the Azure DevOps Service Connection has contributor rights in the subscription and Security Administrator role in AD and user user_impersonation in the API Permission. I tried again and got the same message. I added the user as Owner and GA and the same error continued.
However, when I tested with my user, I was successful, then I assume my script was good.
PS: I used this link tutorial to generate a token for my user.
(https://www.sepago.de/blog/how-to-generate-a-bearer-access-token-for-azure-rest-access-with-username-and-password-only-feasibility-test/).
After trying a few other things, I don't know how I can move forward. Do you have any tips to help me?