SingleSignOnIdentityProviderBundle
SingleSignOnIdentityProviderBundle copied to clipboard
Single Sign On bundle for Symfony2 projects. IdP part.
I feel like I'm 90%-95% there with this bundle, which is great btw. But What's happening at the moment is that I'm hitting the SP and it's redirecting me to...
I am getting the error below when I try to implement this bundle: `The service "krtv_single_sign_on_identity_provider.uri_signer" has a dependency on a non-existent parameter "uri_signer.class".` I believe the error comes from...
The README documentation suggests to write a LogoutSuccessHandler::onLogoutSuccess() method, and call this line : `$this->serviceManager->clear();` It is not sufficient for clearing the '_logout/processed' session variable. I have added the line...