We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ab696 commit b967fd1Copy full SHA for b967fd1
1 file changed
src/Kp2aBusinessLogic/Io/OneDrive2FileStorage.cs
@@ -208,6 +208,7 @@ public OneDrive2FileStorage()
208
{
209
_publicClientApp = PublicClientApplicationBuilder.Create(ClientID)
210
.WithRedirectUri($"msal{ClientID}://auth")
211
+ .WithBroker(true) // Enable broker authentication to pass device ID for Intune/Entra managed devices
212
.Build();
213
}
214
0 commit comments