formapro / FpOpenIdBundle

Symfony2 OpenID security extension
53 stars 31 forks source link

AbstractRelyingParty::guessTrustRoot omits scheme when no 'trust_root' attribute is set #94

Closed thilohaas closed 9 years ago

thilohaas commented 9 years ago

When using the fp openid bundle on a symfony instance behind a proxy which does the ssl offloading the realm will not contain the https scheme on the LightOpenIdRelyingParty::verify redirect.

makasim commented 9 years ago

fixed