This commit is contained in:
2023-05-07 17:31:09 -05:00
parent de492b55cc
commit 68be7d5114

View File

@@ -198,6 +198,8 @@ namespace Shogi.Api
{
Implicit = new OpenApiOAuthFlow
{
// These urls might be why only my email can login.
// TODO: Try testing with tenantId in the url instead of "common".
AuthorizationUrl = new Uri("https://login.microsoftonline.com/common/oauth2/v2.0/authorize"),
TokenUrl = new Uri("https://login.microsoftonline.com/common/oauth2/v2.0/token"),
Scopes = new Dictionary<string, string>