amdonov / lite-idp

Lightweight SAML Identity Provider
Apache License 2.0
210 stars 48 forks source link

check URL parameters for requestId when logging in with a password #46

Open traetox opened 3 years ago

traetox commented 3 years ago

updating the password login form to check the query parameter for the requestId too.

Several of the SAML SP providers send this request ID as a query parameter which will not show up in the request Form. This checks the query parameter if the Form doesn't have the value.