OneDrive
A Microsoft file hosting and synchronization service.
1,142 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When trying to open shared library using OneDrive File Picker v8, there is an exception: Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException'. Problem can be reproduced by javascript-basic example after some adjustments:
It looks like FilePicker is not sending command "authenticate" to the parent window, for providing correct access_token for the resource which is the shared library.
Please clarify if in such a case, OneDrive picker should send correct "authenticate" command to parent window? Or maybe there is other reason for such a problem?