-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Documentation Location
https://learn.microsoft.com/en-us/entra/msal/objc/acquire-tokens
Description
Can anybody help me to get pass this?
[MSAL ERROR] Full error: Error Domain=MSALErrorDomain Code=-50000 "(null)" UserInfo={MSALErrorDescriptionKey=application did not receive response from broker., MSALInternalErrorCodeKey=-42700, MSALCorrelationIDKey=73CBC443-8292-44BF-B763-DB6F5996E5C8}
When logging in from my app, the broker opens up and I authenticate my self in the MS Authenticator broker, select the account I wish to login with and I get sent correctly back to my app.
But I'm not getting the token from the broker.
As I can see in the MSAL log, the problem should be in my KeyChain, but it should be set up like it is suppose to be...