djoos / EscapeWSSEAuthenticationBundle

Symfony bundle to implement WSSE authentication
http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
137 stars 59 forks source link

Unrecognized Options #41

Closed Danny-P closed 10 years ago

Danny-P commented 10 years ago

Hi,

after installing the bundle I get the following error: InvalidConfigurationException: Unrecognized options "realm, profile, lifetime" under "security.firewalls.wsse_secured.wsse"

That's my app/config/security.yml: https://gist.github.com/dce424008755c0f6c56d.git And here's my app/AppKernel.php: https://gist.github.com/ad644b9cc9cdca395900.git

Best regards.

djoos commented 10 years ago

Hi @Danny-P,

thanks for getting in touch!

Which version of Symfony2 are your running? Also: would you mind copy/pasting the "escapestudios/wsse-authentication-bundle"-bit of your composer.lock?

Thanks in advance for your feedback!

Kind regards, David

djoos commented 10 years ago

Hi @Danny-P,

just checking in to see how it's going...

Thanks in advance for your feedback!

Kind regards, David

Danny-P commented 10 years ago

Hi, sorry for my late response, I had a server crash and must start vom scratch. I've installed FOSUserBundle, FOSRestBundle and EscapeWSSEAuthenticationBundle again on a fresh symfony installation.

Now I'm searching how I can access the secured API from my android client app and perform the login to get the token.

djoos commented 10 years ago

No problem @Danny-P - by the looks of #46, you've solved this particular issue.

I'll close this one for now as pulling down the latest version of the bundle as part of your new server setup fixed it.