Skip to content

Commit

Permalink
Some small pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOHart committed Sep 24, 2024
1 parent 012bfd2 commit 8b2ff0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ const (
msIDlabDefaultScope = "https://request.msidlab.com/.default"
graphDefaultScope = "https://graph.windows.net/.default"
microsoftAuthorityHost = "https://login.microsoftonline.com/"
labSecretUrl = "https://msidlab.com/api/LabSecret"

organizationsAuthority = microsoftAuthorityHost + "organizations/"
microsoftAuthority = microsoftAuthorityHost + "72f988bf-86f1-41af-91ab-2d7cd011db47"
//msIDlabTenantAuthority = microsoftAuthorityHost + "msidlab4.onmicrosoft.com" - Will be needed in the future

// Default values
certificateAlias = "LabAuth.MSIDLab.com"
defaultClientId = "f62c5ae3-bf3a-4af5-afa8-a68b800396e9"
pemFile = "Insert path to your pem file here"
defaultClientId = "f62c5ae3-bf3a-4af5-afa8-a68b800396e9"
pemFile = "Insert path to your pem file here"
)

var httpClient = http.Client{}
Expand Down

0 comments on commit 8b2ff0a

Please sign in to comment.