-
Hello, I need some help with dynamically configuring an OAuth-based provider in my multitenant Next.js 15 application. Each tenant has a unique clientId, clientSecret, authentication URLs, and other provider-specific details. I came across this article, but unfortunately, it wasn't helpful in my case. Does anyone have guidance or a working example of how to set up a dynamic provider configuration? I’d really appreciate any insights! 🙏 Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I wonder if this example repository could be extended to include such an example? |
Beta Was this translation helpful? Give feedback.
-
Solution here. |
Beta Was this translation helpful? Give feedback.
Solution here.