You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created an application token in Office365 and added it to Globals.pas, but when trying to Authenticate my browser pops up with the message
We're unable to complete your request
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.
However that link simply takes me back to the page where I created my application token (displaying the application token), so I'm assuming I've missed a step.
Any suggestions what I should be looking for ?
The text was updated successfully, but these errors were encountered:
So maybe the sample code isn't the most uptodate ?
But even adding the secret above doesn't solve my errors.
I've been following these instructions to configure the Microsoft end - maybe there's something different required ? https://www.clevercomponents.com/articles/article049/
I've created an application token in Office365 and added it to Globals.pas, but when trying to Authenticate my browser pops up with the message
We're unable to complete your request
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.
However that link simply takes me back to the page where I created my application token (displaying the application token), so I'm assuming I've missed a step.
Any suggestions what I should be looking for ?
The text was updated successfully, but these errors were encountered: