Microsoft-authentication-library-for-dotnet: Can't login with Office365 account.

Created on 4 May 2017  路  5Comments  路  Source: AzureAD/microsoft-authentication-library-for-dotnet

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.

Most helpful comment

Around //BUILD, which is next week.

All 5 comments

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!

Was this page helpful?
0 / 5 - 0 ratings