Closed
Description
Preflight Checklist
- I could not find a solution in the documentation, the existing issues or discussions
- I have joined the ZITADEL chat
Version
No response
Describe the problem caused by this bug
A SAML SP application, which you get redirected to after a successful or failed login, expects a FormPost or Redirect with specific data. Here for the FormPost, nextJS does a prefetch for some reason, which results in a Forbidden answer from the application. This occurs because it's a GET call without any data/parameter which would be expected.
To reproduce
Steps to reproduce:
- add project and application to Zitadel
- try to login through POST-Binding response
- "Forbidden" in application
Screenshots
No response
Expected behavior
There should not be a GET call before the expected FormPost.
Relevant Configuration
No response
Additional Context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done