I am working on a Lucid extension and I have configured an oauth provider in the extension's manifest file. The OAuth provider is Microsoft Azure AD. When I make an API call using client.oauthXhr I get redirected to the Microsoft login page where I provide my credentials which then redirects me to the redirection url for my extension. However I then get an error 500 with the following message:
This exception has been logged with id 81k4n3m13.
Any ideas? I have successfully setup a Google oauth provider as described in the Lucid API guide but I need it to work for Azure AD.
Thanks.