-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor fixes w/variable names & xml doc updates (#540)
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ public static class TestConstants | |
|
||
public static readonly string s_scopeForApp = "https://graph.microsoft.com/.default"; | ||
|
||
public static readonly IEnumerable<string> s_scopesForUser = new[] | ||
public static readonly IEnumerable<string> s_userReadScope = new[] | ||
{ | ||
"user.read", | ||
}; | ||
|
@@ -101,6 +101,7 @@ public static class TestConstants | |
public const string ConfidentialClientLabTenant = "72f988bf-86f1-41af-91ab-2d7cd011db47"; | ||
public const string OBOUser = "[email protected]"; | ||
public const string OBOClientSideClientId = "c0485386-1e9a-4663-bc96-7ab30656de7f"; | ||
public static string[] OBOApiScope = new string[] { "api://f4aa5217-e87c-42b2-82af-5624dd14ee72/.default" }; | ||
|
||
// This value is only for testing purposes. It is for a certificate that is not used for anything other than running tests | ||
public const string CertificateX5c = @"MIIDHzCCAgegAwIBAgIQM6NFYNBJ9rdOiK+C91ZzFDANBgkqhkiG9w0BAQsFADAgMR4wHAYDVQQDExVBQ1MyQ2xpZW50Q2VydGlmaWNhdGUwHhcNMTIwNTIyMj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters