Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md Title #143

Merged
merged 1 commit into from
Aug 14, 2023

Update README.md Title

af86594
Select commit
Loading
Failed to load commit list.
Merged

Update README.md Title #143

Update README.md Title
af86594
Select commit
Loading
Failed to load commit list.
Azure Pipelines / go-mssqldb Tests succeeded Aug 14, 2023 in 2m 12s

Build #20230814.1 had test failures

Details

Tests

  • Failed: 1 (0.19%)
  • Passed: 517 (98.29%)
  • Other: 8 (1.52%)
  • Total: 526
Code coverage

  • 3875 of 5251 lines covered (73.80%)

Annotations

Check failure on line 1 in TestAzureSqlAuth

See this annotation in the file changed.

@azure-pipelines azure-pipelines / go-mssqldb Tests

TestAzureSqlAuth

Failed
Raw output
=== RUN   TestAzureSqlAuth
    azuread_test.go:29: Unable to query the db: ClientSecretCredential authentication failed
        POST https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/token
        --------------------------------------------------------------------------------
        RESPONSE 401 Unauthorized
        --------------------------------------------------------------------------------
        {
          "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 '1024bf3a-2764-43cd-937e-01f89c02014b'.\r\nTrace ID: b0afa60b-cb22-4d80-ab3f-ec85d7d24400\r\nCorrelation ID: b78390a1-7f7c-48b4-86e6-666ffbc284cf\r\nTimestamp: 2023-08-14 15:57:43Z",
          "error_codes": [
            7000215
          ],
          "timestamp": "2023-08-14 15:57:43Z",
          "trace_id": "b0afa60b-cb22-4d80-ab3f-ec85d7d24400",
          "correlation_id": "b78390a1-7f7c-48b4-86e6-666ffbc284cf",
          "error_uri": "https://login.microsoftonline.com/error?code=7000215"
        }
        --------------------------------------------------------------------------------
        To troubleshoot, visit https://aka.ms/azsdk/go/identity/troubleshoot#client-secret
--- FAIL: TestAzureSqlAuth (1.29s)