Hi, I tried to use Jira Asset Manager Tools with the following command:
./dm-adapters --run "Entra ID Users" --workspace-id *** --token ***
And I get back the following error about Client Secret:
Failed to execute the job. Authentication Error: {"error":"invalid_client","error_description":"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app '***'. Trace ID: *** Correlation ID: *** Timestamp: 2025-01-06 13:40:58Z","error_codes":[7000215],"timestamp":"2025-01-06 13:40:58Z","trace_id":"***","correlation_id":"***","error_uri":"https://login.microsoftonline.com/error?code=7000215"}
I understood that it is about "Ensure the secret being sent in the request is the client secret value, not the client secret ID". I have this information and the adaptater is correctly configured but how to add the "client secret id" in the command ?
Thanks.