Maks3w

Results 71 comments of Maks3w

I'll wrote a small guide here. 1) Enable OpenID Connect with the option `'use_openid_connect' => true` 2) Then create a custom `Authorize Controller` similar to [Step-By-Step Walkthrough](http://bshaffer.github.io/oauth2-server-php-docs/cookbook/#create-an-authorize-controller) ``` php //...

Probably a solution could be if the authentication fails due missing DN then perform a ldap search without the cached DN.

Due security reasons ldap_bind don't discloure what parameters is wrong. So: 1. You can avoid persist DN on your database. If DN is null the bundle automatically perform a search...

I think this can be resolved with the new `Hydrator` step proposed in #89 You can add a custom hydrator and flush the changes in the `hydrator()` method. Tell me...

Ough. http://symfony.com/doc/current/book/service_container.html#service-parameters

@bertoost In the example posted the loop traverse every user provider. A better option could be inject `fr3d_ldap.security.user.provider` in the constructor. @mhnrm Thx for share your example. Unfortunatelly the provided...

This will be available soon. Will be released with the v2.0 of this bundle

1.6.x should be compatible with 2.1