Drenso / symfony-oidc

This project contains the Symfony OIDC bundle, which is directly based on https://github.com/jumbojett/OpenID-Connect-PHP
Apache License 2.0
54 stars 32 forks source link

Issue 28 - Verify nonce #30

Closed bghenne closed 1 year ago

bghenne commented 1 year ago

Here is my pull request to allow no to check nonce inside authenticate method.

Thanks.

bghenne commented 1 year ago

I have reset my branch and added new commits. Thank you for reviewing.

bobvandevijver commented 1 year ago

@bghenne Thanks! I did decide to flip the logic, so I changed the parameter to disable_nonce (and also removed the generation of it completely when disabled).

New release with this change is incoming!