integration_onedrive icon indicating copy to clipboard operation
integration_onedrive copied to clipboard

Unauthorized client

Open alexmo1997 opened this issue 1 year ago • 3 comments

unauthorized_client: The client does not exist or is not enabled for consumers. If you are the application developer, configure a new application through the App Registrations in the Azure Portal at https://go.microsoft.com/fwlink/?linkid=2083908.

This is not a duplicate of #4, I have the correct account type selected.

alexmo1997 avatar Jun 19 '23 17:06 alexmo1997

The client does not exist or is not enabled for consumers.

Did you enable your client application in Azure for consumers?

marcelklehr avatar Jun 30 '23 13:06 marcelklehr

I think so, I have set signInAudience to AzureADandPersonalMicrosoftAccount.

alexmo1997 avatar Jun 30 '23 17:06 alexmo1997

I encountered this recently and discovered that the client ID is in the Overview page of your Azure app registration, NOT the Certificates & Secrets section. Provide that and the value (not secret ID) of the secret and it will work.

I actually ended up here because I wanted to submit a PR for updating the instructions for OneDrive in the Nextcloud admin settings page. I'm still digging around in the code but I'm pretty sure I'm in the right repo at least.

v1nsai avatar Mar 14 '24 14:03 v1nsai