fengga

Results 9 comments of fengga

@smohanty05 , can you apply the same change as in https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4836 and see if it can resolve the issue?

> @fengga , the issue is resolved with _WithExtraQueryParameters("haschrome=1")_. > > Thanks a lot! > > So, should we use this in our code wherever we use _WithPrompt_ or this...

The issue is introduced in: https://office.visualstudio.com/OneAuth/_git/OneAuth/pullrequest/4182067?path=%2Fmsal%2Fsource%2Fxplat%2Fapi_impl%2FAuthParametersInternalHelper.cpp After the PR above, we begin to pass login_hint to WAM. In some cases, it will trigger the error ERROR_ADAL_ACCOUNT_AND_CREDENTIAL in WAM. A fix...

I just took a look, python 3.13 doesn't support the Cython version we are using right now, we need to update our Cython code to make it build for python...

@keystroke , can you check your Windows settings, whether that account is already logged in? ![image](https://github.com/user-attachments/assets/65c17b41-4bf1-4f2d-8f7b-1f00b85f8de9) I have seen some cases that if an account is logged in Windows for...

Verified by Android broker folks that ADFS authority is not supported yet. https://github.com/AzureAD/microsoft-authentication-library-common-for-android/blob/e29fcf192012a8cd802d5c3b917f5051d142c1bb/common4j/src/main/com/microsoft/identity/common/java/authorities/ActiveDirectoryFederationServicesAuthority.java#L47 I'm considering close this issue. If you need ADFS flows, please talk to Android broker team.

@xiangyan99, currently we don't support this function. macOS broker team has a similar feature in ADAL which involved a lot of issues (this feature will be expensive). So, to help...

I'm considering close this issue. Status_AccountUnusable will be triggered if the user signed out. A sign out flag will be added to the account object, when trying to use the...

Hi @pvaneck, I just tested on my mac, https://gist.github.com/pvaneck/d304306a303c8d6ad8ccac52d995f4a8 will succeed, everything looks good on my machine. Can you check if you get tokens from mac broker by calling `app.acquire_token_interactive()`?