Skip to content

BROKER_APP_INSTALLATION_STARTED

heidijinxujia edited this page May 17, 2018 · 1 revision

During the CA flow, when the device does not have company portal or azure authenticator installed, ADAL will throw this error code when the process is kicked off to install broker. Device needs to have broker installed and ADAL is expecting the client app to call ADAL back when the broker is installed.

To handle this error, the app should wait till the broker installation finished and make another acquire token call to ADAL to finish the auth flow.