We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe81ad commit f7cd8aeCopy full SHA for f7cd8ae
microsoft/microsoft.go
@@ -25,7 +25,8 @@ func AzureADEndpoint(tenant string) oauth2.Endpoint {
25
tenant = "common"
26
}
27
return oauth2.Endpoint{
28
- AuthURL: "https://login.microsoftonline.com/" + tenant + "/oauth2/v2.0/authorize",
29
- TokenURL: "https://login.microsoftonline.com/" + tenant + "/oauth2/v2.0/token",
+ AuthURL: "https://login.microsoftonline.com/" + tenant + "/oauth2/v2.0/authorize",
+ TokenURL: "https://login.microsoftonline.com/" + tenant + "/oauth2/v2.0/token",
30
+ DeviceAuthURL: "https://login.microsoftonline.com/" + tenant + "/oauth2/v2.0/devicecode",
31
32
0 commit comments