promt=login not returning to app

I am using zitadel as oidc provider. When i login with prompt=login, it does not return to the app, but just stays on the screen with "Welcome ... You are signed in." This does not seem like normal OIDC behavior, Is there a way to change this?
3 Replies
Ask Inkeep
Ask Inkeepβ€’4w ago
Hi @Teatime πŸ‡©πŸ‡°, 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. Login App : This documentation covers ZITADEL's OIDC implementation and how the authorization flow works with various prompts including login prompts. 2. [Bug]: Zitadel OIDC Login Does Not Redirect to Application (SQLPage) : This GitHub issue describes a similar problem where ZITADEL doesn't redirect after login, though it mentions no errors in the browser. Feel free to tag @Ask Inkeep with additional questions.
Teatime πŸ‡©πŸ‡°
removing the prompt parameter makes zitadel redirect as expected. but i want the user to reauthenticate.
MatΓ­as
MatΓ­asβ€’4w ago
Hey @Teatime πŸ‡©πŸ‡°, thanks for reaching out! Could you please share the full authorize request URL (you can redact domain, redirect URL and client ID values), so I can see the parameters you are sending? Or, if you prefer, you can share a network trace over a DM. You will find instructions on how to capture a network trace here: https://help.zitadel.com/steps-to-record-a-network-trace-har-file Also, can you send a screenshot of the screen you mentioned? The one with the message "Welcome ... You are signed in." Thanks!
Steps to record a network trace (HAR file)
A network trace is a detailed log of the communication between your device and a server. In the context of authentication or login errors, it records the requests sent and the responses received during the login process. Support teams use it to identify where the process fails β€” for example, whether the issue is due to a network problem, a mis...

Did you find this page helpful?