"failed to obtain access token" Error

Hi. I’m at my wit’s end. I am running a local version of the sample app in attempt to create a POC. I’m currently receiving this error how ever I have verified that the values defined in our Active Directory settings are the correct values.

Does anyone know of any other route action I can take?

Thank you in advance.

“error”: {
“message”: “failed to obtain access token”,
“oauthError”: “invalid_request”,
“type”: “request-error”,
“payload”: “{"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 ‘XXXXXXXX-f607-XXXX-aa5c-4eab3f608235’.\r\nTrace ID: 92b00006-ca18-45f8-bf08-db5cc84c3600\r\nCorrelation ID: 7bce3c59-c072-4183-956d-b93fc6a1d9d2\r\nTimestamp: 2022-10-12 19:26:19Z","error_codes":[7000215],"timestamp":"2022-10-12 19:26:19Z","trace_id":"92b00006-ca18-45f8-bf08-db5cc84c3600","co”
},