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
See the screenshots below. For IDP-init the ACS URL should /acs/{idpId}/{applicationId} but for SP initiated it is just /acs. Flipping the "Enable IdP initiated Login" toggle hides the base /samlv2/acs URL in favor of the idp-init URL in the integration details view. This may cause a problem as the admin may need the /acs URL for configuring the idp to allow sp-initied logins. We should update the view to show both URLs
Affects versions
1.43.0
Steps to reproduce
Steps to reproduce the behavior:
Create a new SAMLv2 IDP
Click on the green view button on the Identity Providers list page. See the callback url.
Edit the idp configuration by toggling "Enable IdP initiated login" and add an issuer.
Click the green view button again. The original ACS URL is gone and is replaced by the idp-init URL
Description
See the screenshots below. For IDP-init the ACS URL should
/acs/{idpId}/{applicationId}
but for SP initiated it is just/acs
. Flipping the "Enable IdP initiated Login" toggle hides the base /samlv2/acs URL in favor of the idp-init URL in the integration details view. This may cause a problem as the admin may need the /acs URL for configuring the idp to allow sp-initied logins. We should update the view to show both URLsAffects versions
1.43.0
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
We should show both URLs when idp-init is enabled
Screenshots
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Doc
The text was updated successfully, but these errors were encountered: