Broker App (Company P.) does not register the device after sign up #1922
Unanswered
KrystofMacek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented Intune SDK into our Flutter mobile app - currently testing on Android.On the Azure portal - I have set up conditinal access to require the device to be marked as compliant.In our app I implement MSAL to authenticate the user, after signing in I call RegisterAndEnrollAccount - If the user does not have Company portal (broker app) installed the app prompts them to install. Otherwise the sign in is successful. But then when i go to connect OneDrive I get an error "You cant get there from here" and in the details I can see that the device is not registered.
Here in documentation it says "The broker app starts the Azure AD registration process, which creates a device record in Azure AD" So I assume that when user signs in with Company P. installed the portal should automatically register the device with Azure AD - this however never happens for me.
Only Error message, i got in logs was this:
`
However I was not able to find any solutions online. Anybody has an idea o tip what might be causing this.
Beta Was this translation helpful? Give feedback.
All reactions