You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
add external SAML IDP with Post-Binding
try to login from typescript login through external SAML IDP
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
The text was updated successfully, but these errors were encountered:
Preflight Checklist
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:
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
The text was updated successfully, but these errors were encountered: