adamlundrigan / LdcOAuth2CryptoToken

Reconfigures zf-oauth2 to issue JWT access tokens
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

An invalid delegator factory was registered #3

Closed rdccosmo closed 7 years ago

rdccosmo commented 8 years ago

Hi, @adamlundrigan.

I configured your module as instructed in the README but I'm getting the following error:

Fatal error: Uncaught Zend\ServiceManager\Exception\ServiceNotCreatedException: An invalid delegator factory was registered; resolved to class or function "ldc-oauth2-crypto-token-hacked-authentication-listener" which does not exist; please provide a valid function name or class name resolving to an implementation of Zend\ServiceManager\DelegatorFactoryInterface

rdccosmo commented 7 years ago

Solved. I was missing the ZfcBase and ZfcUser dependencies.