Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No token generated #1

Open
sfm2222 opened this issue Jan 24, 2019 · 1 comment
Open

No token generated #1

sfm2222 opened this issue Jan 24, 2019 · 1 comment

Comments

@sfm2222
Copy link

sfm2222 commented Jan 24, 2019

This method is not generating any tokens neither I can view the login form.

using MicrosoftAccount.WindowsForms;

public async void Authenticate()
{
  string accessToken = await MicrosoftAccountOAuth.LoginOneTimeAuthorizationAsync("client_id", 
    new string[] { "wl.signin", "wl.basic" });
}
@ShayneRC
Copy link

Hi @sfm2222, I forked this repo here and made some modifications to work with the Microsoft Identity Platform instead. I have the other methods working except this one. Did you manage to get this one working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants