Skip to content

[Bug]: SAML POST Binding not handled correctly from StartIdentityProviderIntent #410

Open
@stebenz

Description

@stebenz

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

The endpoint StartIdentityProviderIntent returns either a nextStep as authUrl or postForm. Currently the authUrl is used correctly to redirect too, but the postForm is never handled. As a result the external SAML IDPs can only be added with Redirect-Binding for now.

To reproduce

Steps to reproduce:

  1. add external SAML IDP with Post-Binding
  2. try to login from typescript login through external SAML IDP
  3. no redirect

Screenshots

No response

Expected behavior

To solve this the postForm has to be displayed directly form the response, which has an autosubmit as redirect to the IDP.

Relevant Configuration

No response

Additional Context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

🐛 Bugs/Small Issues

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions