How can I skip Sign in with ZITADEL page and land on Select account or Login Page
Hi everyone đź‘‹,
I’m currently developing a web app using Next.js 15 with NextAuth, and I’m integrating Zitadel for authentication.
I’m trying to figure out how to skip the “Sign in with Zitadel” button and go directly to the “Select Account” or Login page. Am I missing something in my setup?
I’ve shared my auth.js configuration below for reference — any guidance or suggestions would be really appreciated 🙏
Thanks in advance!


1 Reply
Hi @Mukesh, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer, here are some relevant sources:
1. ZITADEL with Next.js (1) : Shows how to configure NextAuth with ZITADEL provider including authorization parameters that might help with direct authentication flow.
2. make register page using next-auth (2) : Discusses adding parameters to auth requests and mentions using additional parameters from NextAuth docs to modify authentication behavior.
​
To learn more, see the sources I considered:
[1] ZITADEL with Next.js
[2] make register page using next-auth
​
Feel free to tag @Ask Inkeep with additional questions.
Got it. Tagging @Rajat for additional help.