FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Add additional SAML IdP config to allow advanced assertion capabilities such as allow any destination, or alternate values #1995

Closed robotdan closed 1 year ago

robotdan commented 1 year ago

Add additional SAML IdP config to allow advanced assertion capabilities such as allow any destination, or alternate values

Problem

When migrating SAML v2 IdP configurations there may be a case where it is difficult to request each IdP to update your ACS.

Solution

Add configuration in the SAML v2 IdP to :

  1. Validate Destination - default
  2. Do not validate Destination - discouraged, but may be useful
  3. Allow alternate values for Destination - allow one to many configured values.

Tasks

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

mooreds commented 1 year ago

When this is implemented, we should also update the migration guide: https://fusionauth.io/docs/v1/tech/migration-guide/general

robotdan commented 1 year ago

Internal: