Skip to content

Commit

Permalink
add a note on microsoft oauth account picker
Browse files Browse the repository at this point in the history
  • Loading branch information
DJtheRedstoner committed Sep 3, 2021
1 parent b944d36 commit e2bbc51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ will use and refresh the stored tokens as necessary. You will be prompted to go
OAuth again once your refresh token expires (my research leads me to think it should last 90 days)
or is revoked.

For some reason when clicking "Use Another account" in the OAuth account picker, microsoft
immediately redirects you to the redirect uri with the error
`access_denied: The user has denied access to the scope requested by the client application.`.
Unless I am doing something wrong, this is caused by an issue on Microsoft's side. I recommend copying
the OAuth url into a private browser in order to log in.

# Safety and Security

I like to think of DevAuth as safe and somewhat secure. Yes, Mojang account passwords are
Expand Down

0 comments on commit e2bbc51

Please sign in to comment.