Credential Outlook

Hello,

I have a problem creating my Outlook credential. The OAuth Redirect URL provided by n8n is: http://n8n.laizy.io… However, Microsoft requires the link to start either with https or http://localhost. How can I regenerate a valid redirect URL?

Thank you very much!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • **n8n version: 1.49.0
  • **Database : (default: SQLite)
  • **n8n EXECUTIONS_PROCESS setting : (default: own, main)
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • **Operating system: linux

Hey @TomLaizy,

Welcome to the community :cake:

Assuming you have SSL/TLS configured for your n8n instance you can just update the WEBHOOK_URL env option and you should be good to go.

@Jon Thanks, it’s working !

I have another problem. I created the app in Entra and have the secret key, but when I try to conclude the connection by clicking on the “connect my account” button, I am redirected to a page on my website with a 404 error and I can’t authorize the app to connect to my account.

When I test my workflows, I get the following error: “Unable to sign without access token.”

I use Azure to store n8n with the link: https://n8n.laizy.io/. Laizy.io is my domain, so maybe the problem comes from that?