KnpDisqusBundle
KnpDisqusBundle copied to clipboard
SSO service is overwritten
It seems the $parameters['sso']['service'] is overwritten here, and the generated value from getSsoParameters does not include the service.
Specifically the Disqus class will only include the existing sso parameters if the user config key is set - and in our application (and any other?) we only set this key if the user is logged in.
The SSO service should be set regardless of logged in status.
Dan - do you have a fix you could propose? Nobody super maintains this bundle, but I’d certainly be happy to merge a pr and tag.