OpenAuth icon indicating copy to clipboard operation
OpenAuth copied to clipboard

LoginWithWebview Async or Non Async doesnt work.

Open mor-uto opened this issue 1 year ago • 0 comments

Code:

try {
    MicrosoftAuthenticator microsoftAuthenticator = new MicrosoftAuthenticator();
     MicrosoftAuthResult authResult = microsoftAuthenticator.loginWithWebview();
} catch (MicrosoftAuthenticationException e) {
    e.printStackTrace();
}

The frame opens but it shows "Something went wrong" image

mor-uto avatar Sep 15 '24 14:09 mor-uto