OAuth 2.0 Azure Active Directory B2C

I’m struggling to authenticate using an Azure AD B2C tenant. Despite trying various approaches, I’ve yet to succeed. A promising method involved using the OAuth2 API with the Authorization Code grant type. However, this requires a code_challenge, which appears to be unsupported in N8N. Has anyone successfully connected to Azure AD B2C?

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:

Hi @akarray :wave: Welcome to the community :tada:

I’m not familiar with Azure Active Directory, but does this (admittedly older) post help you out with this at all?

I’m not sure if I’m on the right track, but that might help solve it!

Hello, Yes I find a solution. Thank you