When user tries to login with Office365 credentials it see "needs permission window". But when it press Accept button nothing happens. Others buttons (Cancel and Show details links work fine).
MSAL version: 1.1.0.277 (alpha).
P.S.: When is MSAL 1.1 release planned?
P.P.S: Why is exception code "consent_required" absent? I thought it should be in MsalClientException class.
What platform are you targeting? Can you share the logs? You can provide a delegate in Logger class to collect logs.
Consent_required is not a top level error code. Server classifies them as invalid_grant.
You should use the latest from myget feed.
Last version (alpha 335) works fine. So I think is no needing to share logs.
My platform: .Net45.
Alpha 277 threw "consent_required" exception when user with Office365 account answered "Cancel" on app access permissions.
P.S.: Would you answer something about release or Preview 2 date?
Around //BUILD, which is next week.
It's a great news, thank you!
Most helpful comment
Around //BUILD, which is next week.