FusionAuth / fusionauth-issues

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

Allow idp_hint parameter during an IdP-initiated SAML login #2696

Open spwitt opened 3 months ago

spwitt commented 3 months ago

Allow idp_hint parameter during an IdP-initiated SAML login

Problem

The /samlv2/login endpoint allows specifying the idp_hint parameter to automatically forward the user to an external IdP. The /samlv2/initiate-login endpoint does not support this parameter and requires selecting the IdP login to continue.

Solution

Support the idp_hint parameter on the /samlv2/initiate-login endpoint.

Alternatives/workarounds

Select the external IdP on the /oauth2/authorize page.

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.