Yep
This commit is contained in:
@@ -198,6 +198,8 @@ namespace Shogi.Api
|
|||||||
{
|
{
|
||||||
Implicit = new OpenApiOAuthFlow
|
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"),
|
AuthorizationUrl = new Uri("https://login.microsoftonline.com/common/oauth2/v2.0/authorize"),
|
||||||
TokenUrl = new Uri("https://login.microsoftonline.com/common/oauth2/v2.0/token"),
|
TokenUrl = new Uri("https://login.microsoftonline.com/common/oauth2/v2.0/token"),
|
||||||
Scopes = new Dictionary<string, string>
|
Scopes = new Dictionary<string, string>
|
||||||
|
|||||||
Reference in New Issue
Block a user