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
When my identityProviderUrl relies on having a query param in the url (e.g. https://idp.server/federation/saml20/login?RequestBinding=HTTPPost&PartnerId=ISSUER&NameIdFormat=Email), the SAML redirect to the IDP fails because getRequestSecurityTokenUrl() returns a URL with two ? in it.
The text was updated successfully, but these errors were encountered:
TigerC10
added a commit
to TigerC10/passport-wsfed-saml2
that referenced
this issue
Apr 25, 2018
When my
identityProviderUrl
relies on having a query param in the url (e.g.https://idp.server/federation/saml20/login?RequestBinding=HTTPPost&PartnerId=ISSUER&NameIdFormat=Email
), the SAML redirect to the IDP fails becausegetRequestSecurityTokenUrl()
returns a URL with two?
in it.The text was updated successfully, but these errors were encountered: