Be-Maps

Results 6 comments of Be-Maps

Similar problem to MailCore2, for me the below fixed it (works with real device only, not simulator): Exclude build of arm64 and add "-ld64" to "Other linker Flags" NOTE: would...

Strange, when I request DEFAULT scope only: ["https://graph.microsoft.com/.default"] // now I have only this value in scopes I get the token like below (with other scopes for IMAP & SMTP...

Different test: When I request only one scope, this way: ["https://graph.microsoft.com/.default"] Now I get token with following scopes: MSAL log: TID=369728 MSAL 1.3.2 iOS 17.5.1 [2024-09-12 15:04:34 - 5F269A48-7F1D-4B1B-9808-AD8ED672045F] [MSAL]...

Hi Patil, Thank You for helping on this one ... Please note (as this might be important) I am using outlook.office.com FQDN (as only this one gives working token for...

@willDTBM - I was testing it with various combinations of parameters including force refresh (and - plus removed browsing data and account, logged out, changed to a new device) and...

Hi Will, and Patil, I guess the problem was around MSAL objects persistence on iOS. When I stored the MSAL object in following way the problem is gone. actor OAuthDetails...