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

nvalidArgumentException: This token has no "nonce" attribute. #57 #75

Closed vodoo22 closed 8 years ago

vodoo22 commented 8 years ago

I get this exception each request, i know this issue has been opened before, i added the below lines in config.yml as u said but still the same exception

escape_wsse_authentication: authentication_provider_class: Escape\WSSEAuthenticationBundle\Security\Core\Authentication\Provider\Provider authentication_listener_class: Escape\WSSEAuthenticationBundle\Security\Http\Firewall\Listener authentication_entry_point_class: Escape\WSSEAuthenticationBundle\Security\Http\EntryPoint\EntryPoint authentication_encoder_class: Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder

djoos commented 8 years ago

Hi @LazyDreamer22,

would you be able to give me some more information on your setup? Which version of Symfony2 are you running? Any possibility you could share your firewall-config in security.yml with me?

Linking this to #69 for now.

Thanks in advance!

Kind regards, David

djoos commented 8 years ago

Hi @LazyDreamer22,

no need for the extra info - I think I got to the root of the issue: would you be able to give b38d8c1851bd6d6173a627d6f85ac756a8cc29be a go and let me know how that goes?

Thanks in advance for your feedback!

Kind regards, David